Closed mradamcox closed 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!
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.
Fixed! (Although I once again forgot to include a little #1 in the commit message..)
Oh, oops, and "family" instead of last. I'll push one quick commit for that and then we can close this.
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
DESCRIPTION
- useoepsData
for the package namedata-raw/
data-raw
that loads a CSV of ours and usesusethis::use_data()
(see example) at least once to spit out a .rda file todata/
Some useful resources for getting started (may be better ones out there, this is just what I've found so far):