fwf_plt_cols | R Documentation |
Return a column specification suitable for use with [readr::read_fwf()] or [vroom::vroom_fwf()].
fwf_plt_cols(path, cols = c(X = "X", Y = "Y", CONC = "AVERAGE CONC"), skip = 6)
path |
(character) single path (just one!) |
cols |
(character) select and optionally rename columns of the PLT file |
a tibble, identical in structure to the return value of [readr::fwf_positions()]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.