show_authors | R Documentation |
This function is mostly for the package's internal use, but we export it so you can try it out. However, we expect that you'll likely write your own function to simplify the result however you want.
show_authors(x, simp_func = utils::head)
x |
Dataframe/tibble. Result of the OpenAlex query for authors already converted to dataframe/tibble. |
simp_func |
R function to simplify the result. Default to 'head'. If you want the entire table, set 'simp_fun = identity' |
Simplified tibble to display. The first column, 'id' is the short-form OpenAlex ID of the authors.
show_authors(oa_fetch(
identifier = c("A5023888391", "A5014077037"),
verbose = TRUE
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.