owidR icon indicating copy to clipboard operation
owidR copied to clipboard

An R Package for Importing Data from Our World in Data

Results 6 owidR issues
Sort by recently updated
recently updated
newest added

I have found a partial fix for the error raised in #7. It seems to be related to metadata which doesn't contain a `source` attribute. I have successfully downloaded the...

When i run: `owid("population-density")` I get the following error: ``Error in `*tmp*`[[1]] : subscript out of bounds`` The same happens when I run `owid("co2-intensity")` However, running `owid("ocean-plastic-waste-per-capita-vs-gdp")` returns the data...

Even though the site is not down, when using `owid(chart_id = "human-development-index")`, it will return "Could not connect to https://ourworldindata.org/grapher/human-development-index, site may be down. Returning blank data.table".

Hi hopefully it is a OK to ask a question via this route. When using the latest R version 4.4.1 (Windows) and either owidR 4.4.1 or owidR 4.4.2 the following...

The Function produce this error. covid

Both the CRAN version and the GitHub dev version seem not to be able to connect to ourworldindata.org and download any data. Here is a typical result: ``` owidR::owid("gdp-per-capita-worldbank") Could...