.fileTableIn | R Documentation |
Internal functions. Returns an empty fileTable to be used with inputs and outputs.
.fileTableIn(x) ## S4 method for signature 'missing' .fileTableIn() .fileTableInCols .fileTableInDF .fileTableOut(x) ## S4 method for signature 'missing' .fileTableOut() .fileTableOutCols .fileTableOutDF
x |
Not used (should be missing) |
An object of class character
of length 8.
An object of class data.frame
with 0 rows and 8 columns.
An object of class character
of length 7.
An object of class data.frame
with 0 rows and 7 columns.
An empty data.frame with structure needed for input/output fileTable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.