scholar_table {tinyscholar} | R Documentation |
Show Scholar Profile Table
Description
Show Scholar Profile Table
Usage
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
)
Arguments
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 |
Value
a length-2 list of gt::gt/html
object.
See Also
[Package tinyscholar version 0.1.7 Index]