Files browser block constructor
new_filesbrowser_block.Rd
This block allows browse files on the server where the app is running. It falls back to the user file system when running locally. This block outputs a string containing the file path.
Usage
new_filesbrowser_block(
file_path = character(),
volumes = c(root = "/", home = path.expand("~")),
...
)