File {autoshiny} | R Documentation |
An obligatory wrapper for file names (paths)
Description
This function must be used
in the arguments of function
fun
(passed tomakeApp
ormakeFiles
) and/orin the value returned by
fun
to wrap the character string indicating a path respectively
to an input file ("consumed" by
fun
orto an output file ("produced" by
fun
as a side effect).
Otherwise autoshiny cannot distinguish file paths from character strings.
Usage
File(x)
Arguments
x |
A string, i.e. character vector of length 1, indicating a file path to an existing file. |
Value
x
with an S3 class attribute "file
".
[Package autoshiny version 0.0.3 Index]