Description Usage Arguments Examples
A simple left merge process to join the data pulled from Dataverse to the user's dataset.
1 | zip2dma(dataframe,dvdata,zip_col)
|
dataframe |
The user's dataframe. |
dvdata |
The dataframe with the stored information from Dataverse. |
zip_col |
The column in the user's dataframe that has zip codes. |
1 2 3 4 5 | ## Not run:
sample_zips <- c("32180","59430","38281","12937","3043","05061","32505")
sample_zips
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.