tinyscholar | R Documentation |
Get Google Scholar Profile
tinyscholar( id, sortby_date = FALSE, use_cache = TRUE, cache_dir = file.path(tempdir(), "tinyscholar") )
id |
Your google scholar identifier. You can find it in the URL of your google scholar profile. |
sortby_date |
Logical. If |
use_cache |
If |
cache_dir |
A directory path. |
a Profile
object with list structure.
# Put one unique Scholar ID from Google Scholar r <- tinyscholar("FvNp0NkAAAAJ") r if (!is.null(r)) { tb <- scholar_table(r) tb$citations tb$publications pl <- scholar_plot(r) pl$citations pl$publications }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.