load_flat_files: Load data from 'oliver_replica' into workspace

Description Usage Arguments Value Author(s) See Also Examples

Description

Takes a vector of feather tables created with create_flat_files and loads them into .GlobalEnv.

Usage

1
2
3
4
load_flat_files(tables = c("report_businessmetrics_memberbreakdown",
  "report_businessmetrics_provideractivity", "report_businessmetrics_rollup",
  "report_pcvmetrics_servicereferrals", "report_pcvmetrics_visitreports",
  "Organizations"))

Arguments

tables

A list of feather tables that which have been written to the Data directory with create_flat_files. defaults to c('report_businessmetrics_memberbreakdown', 'report_businessmetrics_provideractivity', 'report_businessmetrics_rollup' ,'report_pcvmetrics_servicereferrals', 'report_pcvmetrics_visitreports', 'Organizations')

Value

n tibbles/data frames where n is equal to length(tables).

Author(s)

Joe Mienko, mienkoja@uw.edu

See Also

create_flat_files

Examples

1

pocdata/oliveR documentation built on May 25, 2019, 10:23 a.m.