Learn R Programming

⚠️There's a newer version (0.9.3) of this package.Take me there.

shinyFiles (version 0.3.2)

A server-side file system viewer for shiny

Description

Provides functionality for client-side navigation of the server side file system in shiny apps. In case the app is running locally this gives the user direct access to the file system without the need to "download" files to a temporary location.

Copy Link

Version

Install

install.packages('shinyFiles')

Monthly Downloads

7,866

Version

0.3.2

License

GPL (>= 2)

Maintainer

Thomas Pedersen

Last Published

June 15th, 2014

Functions in shinyFiles (0.3.2)

parseFilePaths

Convert the output of a file choice to a data frame
shinyFileChoose

Creates a reactive expression that updates the filesystem view
shinyFilesButton

Create a button to summon the file system navigator
getVolumes

Get a list of available volumes
fileGetter

Create a function that returns fileinfo according to the given restrictions
shinyFilesExample

Run a simple example app using the shinyFiles functionality