Description Usage Arguments Value Examples
View source: R/cols_only_chr.R
This function indicates columns to load in readr::read_*.
1 |
x |
Character vector of column names |
A call to readr::cols_only()
1 | read_csv(readr_example("mtcars.csv"), col_types = cols_only_chr(c("mpg", "cyl")))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.