| dimensions_search | R Documentation | 
Search dimensions API and compose paginated query text
dimensions_search(
  search_source = c("publications", "grants", "patents", "clinical_trials",
    "policy_documents", "researchers", "organizations", "datasets"),
  search_term = NULL,
  search_filter = NULL,
  return = search_source,
  return_fields = "basics+abstract+extras+book",
  sort_by = NULL,
  paginate = TRUE,
  page_length = 1000,
  print_query = FALSE,
  session_token = getOption("dimensions_token")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.