zip2dma: Merges DMA information to target dataset

Description Usage Arguments Examples

View source: R/zip2dma.R

Description

A simple left merge process to join the data pulled from Dataverse to the user's dataset.

Usage

1
zip2dma(dataframe,dvdata,zip_col)

Arguments

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.

Examples

1
2
3
4
5
## Not run: 
sample_zips <- c("32180","59430","38281","12937","3043","05061","32505") 
sample_zips 

## End(Not run)

mmdatasci/zip2dma documentation built on Jan. 7, 2020, 10:30 p.m.