Description Usage Arguments Author(s) Examples
View source: R/lib_metadata_lc.R
Extracts Library of Congress metadata from the LC API.
1 | lib_metadata_lc(lccn, par = TRUE, ncores = NULL)
|
lccn |
Character vector. Library of Congress Control Number (LCCN) |
par |
Logical.
If |
ncores |
Integer.
Number of cores to use if |
Ivan Jacob Agaloos Pesigan
1 2 3 4 5 6 7 8 | lccn <- c(
"2007925720",
"2009928510"
)
lib_metadata_lc(
lccn = lccn,
par = FALSE
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.