Helper method for read_data()
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | read_data_(file_definition, ...)
## S3 method for class 'file_collection'
read_data_(
file_definition,
err_h = composerr("Error while calling 'read_data_()'"),
try_first = TRUE
)
## S3 method for class 'file_definition_fwf'
read_data_(
file_definition,
err_h = composerr("Error while calling 'read_data_()'")
)
## S3 method for class 'file_definition_dsv'
read_data_(
file_definition,
err_h = composerr("Error while calling 'read_data_()'")
)
## S3 method for class 'file_definition_excel'
read_data_(
file_definition,
err_h = composerr("Error while calling 'read_data_()'")
)
## S3 method for class 'file_definition_sas'
read_data_(
file_definition,
err_h = composerr("Error while calling 'read_data_()'")
)
|
file_definition |
A file_definitionuration object, holds all informations needed for reading the data. This object can be created with one of the following functions:
|
... |
Additional arguments |
err_h |
An error handler |
try_first |
A logical value. If set to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.