col_types | R Documentation |
This function allows you to get col_types when using 'readr' package for functions like 'read_csv()' with the argument 'col_types=' c = character, i = integer, n = number, d = double, l = logical, f = factor, D = date, T = date time, t = time, ? = guess, or _/- to skip the column
col_types(type = "c")
readr::read_csv("http://samplecsvs.s3.amazonaws.com/Sacramentorealestatetransactions.csv", col_types=col_types('c'))
col_types(type="c")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.