healthyregions / oepsData

An R package for easy access to the Opioid Environment Policy Scan (OEPS) datasets.
Creative Commons Attribution 4.0 International
1 stars 0 forks source link

Initial creation of data package #1

Closed mradamcox closed 1 week ago

mradamcox commented 2 weeks ago

This ticket is just to get the process started. We'll need an installable data package and at least one table in it.

We'll need at least

Some useful resources for getting started (may be better ones out there, this is just what I've found so far):

bucketteOfIvy commented 1 week ago

Made the mistake of not including little "#1"'s in my commit messages, but as of commit #5a2a3ce this first step should be done!

mradamcox commented 1 week ago

Great! I'm able to install this and preview the table. One warning I'm getting is

Warning in person1(given = given[[i]], family = family[[i]], middle = middle[[i]],  :
  It is recommended to use ‘given’ instead of ‘first’.

Can you make that update? Then I'd say we can close this ticket and discuss next steps later today.

bucketteOfIvy commented 1 week ago

Fixed! (Although I once again forgot to include a little #1 in the commit message..)

mradamcox commented 1 week ago

Oh, oops, and "family" instead of last. I'll push one quick commit for that and then we can close this.