nacnudus / tidyxl

Read untidy Excel files in R https://nacnudus.github.io/tidyxl/
https://nacnudus.github.io/tidyxl/
Other
246 stars 20 forks source link

Reading csv files #54

Closed skiamu closed 4 years ago

skiamu commented 4 years ago

Is there any change to use tidyxl for reading csv files? I tried convert the file using rio::convert and than xlsx_cells but the conversion fails since the csv file is untidy.

image

nacnudus commented 4 years ago

For a csv file try melt_csv() in the readr package.

skiamu commented 4 years ago

Great, thank you very much!