You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using read_memento() to scrape some saved .csv files for improved reproducibility. The function is great. Some of the columns need an explicit column type not picked up by automatic parsing in as = "parsed".
It'd be great if we could define the col_types = cols()) like you can in readr::read_csv().
Here's how I'm currently doing it. Reading as raw and parsing separately.
I'm using
read_memento()
to scrape some saved.csv
files for improved reproducibility. The function is great. Some of the columns need an explicit column type not picked up by automatic parsing inas = "parsed"
.It'd be great if we could define the
col_types = cols())
like you can inreadr::read_csv()
.Here's how I'm currently doing it. Reading as raw and parsing separately.
The text was updated successfully, but these errors were encountered: