Adds descriptions of the arguments that can be passed onto load_tiger via the ... argument to the Roxygen documentation of any function that uses load_tiger
Reformatted load_tiger's own documentation into Roxygen format
created a documentation template called load_tiger_doc_template in helpers.R so that the descriptions of the ... and year arguments can be edited in a single place and inherited by all the relevant functions via Roxygen's @inherit tag
Addresses issue https://github.com/walkerke/tigris/issues/133. This PR:
load_tiger
via the...
argument to the Roxygen documentation of any function that usesload_tiger
load_tiger
's own documentation into Roxygen formatload_tiger_doc_template
inhelpers.R
so that the descriptions of the...
andyear
arguments can be edited in a single place and inherited by all the relevant functions via Roxygen's@inherit
tag