retrieve: Retrieve Data Objects

Description Usage Arguments Value

Description

Load data (.rds file) and polish

Usage

1
2
3
4
5
6
7
retrieve(x, ...)

## Default S3 method:
retrieve(x, ..., path = "Data")

## S3 method for class 'list'
retrieve(x, ..., path = "Data", join = dplyr::left_join)

Arguments

x

Data to be loaded

...

Arguments passed to polish()

path

Path to data directory

join

Type of join to use when retrieving list of data

Value

Polished data.frame, matrix, or dist


icj/mecfun documentation built on Nov. 4, 2019, 1:54 p.m.