View source: R/scholar_table.R
scholar_table | R Documentation |
Show Scholar Profile Table
scholar_table(
profile,
as_raw_html = FALSE,
title_citations = "Citations",
title_publications = "Publications",
caption_citations = gt::md(paste("**Update**:", Sys.Date())),
caption_publications = caption_citations
)
profile |
Result from tinyscholar. |
as_raw_html |
If |
title_citations |
Title for table |
title_publications |
Title for table |
caption_citations |
Caption for table |
caption_publications |
Caption for table |
a length-2 list of gt::gt/html
object.
tinyscholar, scholar_plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.