Description Usage Arguments Value
View source: R/file_structure_methods.R
Helper function for read_data()
: Generate col_types
object
1 2 3 4 5 6 7 8 9 10 | get_col_types(obj, ...)
## S3 method for class 'file_structure_fwf'
get_col_types(obj, ...)
## S3 method for class 'file_structure_dsv'
get_col_types(obj, ...)
## S3 method for class 'file_structure_excel'
get_col_types(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 |
A character vector holding the type names of each column needed for the file type specific reading function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.