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
> countries <- read_csvw("https://github.com/Robsteranium/csvwr/blob/master/tests/csvw-tests/countries.json")
> countries$tables[[1]]$dataframe
countryCode latitude longitude name
1 AD 42.54624 1.601554 Andorra
2 AE 23.42408 53.847818 United Arab Emirates
3 AF 33.93911 67.709953 Afghanistan
> countries$tables[[2]]$dataframe
countryRef year population
1 AF 1960 9616353
2 AF 1961 9799379
3 AF 1962 9989846
Is there a way to read multiple csv files with one metadata json file?
The text was updated successfully, but these errors were encountered: