Description Usage Arguments Value Author(s) Examples
Throw in the database and return many data frames
1 | read_LexisNexis(db, metadata = FALSE, format = FALSE)
|
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). |
A document data_frame; or a list of document data_frame and metadata
Jiacheng He
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.