File {autoshiny}R Documentation

An obligatory wrapper for file names (paths)

Description

This function must be used

to wrap the character string indicating a path respectively

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]