View source: R/file_structure_methods.R
Helper function for read_data()
: Generate encoding string
1 2 3 4 5 6 7 8 9 10 | get_encoding(obj, ...)
## S3 method for class 'file_structure_fwf'
get_encoding(obj, ...)
## S3 method for class 'file_structure_dsv'
get_encoding(obj, ...)
## S3 method for class 'file_structure_sas'
get_encoding(obj, ...)
|
obj |
A file_structure class or a file_definition class object, that holds all informations needed for reading a specific data set. |
... |
Optional error handler |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.