RSocrata icon indicating copy to clipboard operation
RSocrata copied to clipboard

allow to specify all cols read as character

Open vojtechhuser opened this issue 7 years ago • 1 comments

when reading a given dataset, one column has significant zeros in front of numbers.

e.g., 1 vs 0001

Current read.socrata() does not allow to force parsing all cols as characters.

something like dplyr read_csv(xxxxxx, col_types = cols(.default = "c") )

vojtechhuser avatar Jan 18 '18 18:01 vojtechhuser

For linking conversations, this request has been raised on StackOverflow.

tomschenkjr avatar Feb 01 '19 18:02 tomschenkjr