read_redshift: read_redshift will read in the contents of a manifest and...

View source: R/read_redshift.R

read_redshiftR Documentation

read_redshift will read in the contents of a manifest and return a data.frame

Description

read_redshift will read in the contents of a manifest and return a data.frame

Usage

read_redshift(manifest_file)

Arguments

manifest_file

path to a Redshift manifest file

Value

the data.frame containing the validated data specified by the manifest file. Delimiters will be detected automatically unless one is specified.

Examples

venue_data <- read_redshift(system.file("extdata", "venuemanifest",
  package = "ReadRedshift"
))

jeff-m-sullivan/ReadRedshift documentation built on Feb. 12, 2024, 4:50 p.m.