es_read: Create Filereader

Description Usage Arguments

Description

Makes a file usable for user input. The file can then be supplied by the user at runtime and is provided as function under the given name for visuals creation. The function is also created in the global environment for usage in console mode.

Understands:

* .csv

* .mds

Usage

1
es_read(filename, readerId = NULL)

Arguments

filename

the name of the file to read

readerId

a name for the reader function, that can be used in the plots and console mode (default: derives the name from the filename, just cuts the ending)


mYstar/easyshiny documentation built on June 21, 2019, 10:37 a.m.