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
)

Arguments

profile

Result from tinyscholar.

as_raw_html

If TRUE (not default), convert result gt::gt object to raw html text. This is useful when apply the result to GitHub Markdown file.

title_citations

Title for table citations. Set by gt::tab_header.

title_publications

Title for table publications. Set by gt::tab_header.

caption_citations

Caption for table citations. Set by gt::tab_source_note.

caption_publications

Caption for table publications. Set by gt::tab_source_note.

Value

a length-2 list of gt::gt/html object.