File {autoshiny} | R Documentation |
This function must be used
in the arguments of function fun
(passed to makeApp
or makeFiles
) and/or
in the value returned by fun
to wrap the character string indicating a path respectively
to an input file ("consumed" by fun
or
to an output file ("produced" by fun
as a
side effect).
Otherwise autoshiny cannot distinguish file paths from character strings.
File(x)
x |
A string, i.e. character vector of length 1, indicating a file path to an existing file. |
x
with an S3 class attribute "file
".