Description Usage Arguments Value
View source: R/file_structure_methods.R
Helper function for read_data()
: Generate col_positions
object for readr::read_fwf()
1 2 3 4 | get_fwf_col_positions(
obj,
err_h = composerr("Error while calling 'get_fwf_col_positions()'")
)
|
obj |
A file_structure class or a file_definition class object, that holds all informations needed for reading a specific data set. |
err_h |
An error handler |
An object generated by readr::fwf_positions()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.