Major changes:
update_dataset
function and the package
data pipelinesMajor changes:
covid19_vaccine
dataset with the changes
in the raw dataMinor changes:
refresh_coronavirus_jhu
function with the
changes in the CSV filesrefresh_coronavirus_jhu
-
misclassification of the recovery cases as death casescoronavirus
datasetrefresh_coronavirus_jhu
covid19_vaccine
due to
continent mapping issueread.csv
with read_csv
Data is up-to-date up to Jan 22th 2021 Fixed issue with the data format and refresh function
refresh_coronavirus_jhu
function for pulling
the coronavirus
dataset using the covid19R project
formatupdate_dataset
functionData changes:
coronavirus
dataset - Change the structure of the US
data from March 23rd 2020 and forward. The US data is now available on
an agregated level. More information about the changes on the raw data
available on this issue
Changes in the columns names and order:
Province.State
changed to province
Country.Region
changed to country
Lat
changed to lat
Long
changed to long
The covid_south_korea
and covid_iran
that were avialble on the dev version were removed from the package and
moved to new package covid19wiki, for
now available only on Github
Function:
update_dataset
- enable to update the installed version
with new data that available on the Github
versionData refresh - the Github version is now updated on a daily basis with a cron job
NEWS.md
file to track changes to the
package.