numbats / achievement-scraper

Other
1 stars 0 forks source link

Add code to data-raw that creates the `orcid_gsid.rds` file #9

Closed MikeLydeamore closed 2 months ago

MikeLydeamore commented 2 months ago

It is best practice to include the code that converts the CSV to the rds file. This code should go inside data-raw. See here for a good example.

Make sure the file ends with a call to usethis::use_data(object_name). That will make sure everything is exported as we expect.

parnikakhattri commented 2 months ago

Sure, I understand. Thanks, Micheal.