Description Usage Arguments Value Examples
View source: R/get_altmetric.R
It obtains altmetric paper data from a tibble obtained using get_lattes or get_lattes_folder.
1 | get_altmetric(papers)
|
papers |
table (tibble format) depicting papers published or accepted as obtained from get_lattes or get_lattes_folder |
A table in tibble format.
1 2 3 4 5 6 7 | ## Not run:
path_lattes <- paste0(system.file("lattes", package = "NUPEX"),
"/lattes2.xml")
lattes_data <- get_lattes(path_lattes)
alt <- get_altmetric(lattes_data$papers)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.