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 4 months ago

mradamcox commented 5 months 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 4 months 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 4 months 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 4 months ago

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

mradamcox commented 4 months ago

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