load_data | R Documentation |
Save/Load Data To Or From The Project Database(s)
load_data(path, state, type = c("services", "capacity"), vars) save_table(df, state, type = "services", path)
path |
The path to the data(base) file. |
state |
The State for which the data are retrieved. |
type |
The kind of data being retrieved (see Details) |
vars |
A vector of variable names.Defaults to names provided via
|
df |
A project data frame that is to be saved. |
There are two possible values for the type
argument:
services
for retrieving data on GBV services mapping and
capacity
for data on capacity assessment.
For load_data
,aA data frame with individual columns of
class "labelled".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.