lookup_author: Show author profile plot

View source: R/semantic_scholar.R

lookup_authorR Documentation

Show author profile plot

Description

This function show scholar profile plot

Usage

lookup_author(author_id, open_url = FALSE, plot = TRUE, size = 3, ...)

Arguments

author_id

string A plain-text search query string with author identifier.

open_url

logical Default: FALSE. Is open scholar profile homepage.

plot

logical Default: TRUE. Is show scholar profile plot.

size

Size of label,default: size = 3.

...

Other arguments set by geom_col

Value

a length-2 list of ggplot object and raw data.

Author(s)

Liuyong Ding

Examples

## Not run: 
res <- lookup_author(author_id = "48980001")
res$plot

## End(Not run)

Otoliths/S2miner documentation built on Dec. 5, 2023, 2:17 p.m.