View source: R/fetch_fulltext.R
fetch_fulltext | R Documentation |
Get full-text articles from PMC Open Access Subset in an AWS S3 bucket
fetch_fulltext(id, vars = c("all", "section", "paragraph", "sentence", "text"))
id |
a single PMCID, a vector of PMCIDs or a list of PMCIDs returned from |
vars |
which variables you would like to keep in output dataframe, options
are |
a tidy data.frame
containing each manuscript retrieved, tokenized by sentence.
fetch_fulltext("PMC5465829") fetch_fulltext("PMC5465829", vars = c("text"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.