plt_cols | R Documentation |
Return a column specification for the use with readr::read_fwf()
.
plt_cols( path, cols = c(X = "X", Y = "Y", CONC = "AVERAGE CONC", ID = "NET ID"), skip = 6 )
path |
a string for the path of PLT file |
cols |
a character vector to select and optionally rename columns of the PLT file |
skip |
number of rows to skip |
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.