read_LexisNexis: Read LexisNexis data from the database

Description Usage Arguments Value Author(s) Examples

Description

Throw in the database and return many data frames

Usage

1
read_LexisNexis(db, metadata = FALSE, format = FALSE)

Arguments

db

The name of the LexisNexis database

metadata

A logical specifying whether to read the metadata. Default to FALSE

format

A logical. If TRUE, then organize the metadata (make it nice to merge).

Value

A document data_frame; or a list of document data_frame and metadata

Author(s)

Jiacheng He

Examples

1
2
3
4
5
document <- read_LexisNexis("LexisNexis_v1.db", metadata = FALSE)

LN_Orlando <- read_LexisNexis("LexisNexis_v1.db", metadata = TRUE)
document <- LN_Orlando$document
state <- LN_Orlando$metadata$state

JiachengHe/TextAnalysis documentation built on May 28, 2019, 7:51 a.m.