Learn R Programming

plume (version 0.3.0)

icn_orcid: Create an ORCID icon

Description

Create an ORCID icon for use with the Plume class. This is only supported in R Markdown.

Usage

icn_orcid(size = 16, bw = FALSE)

Value

A plume icon, i.e. an object with S3 class plm_icon.

Arguments

size

Size of the icon (in pixels).

bw

Should the black and white version of the icon be used?

Examples

Run this code
aut <- Plume$new(encyclopedists, orcid_icon = icn_orcid(bw = TRUE))

Run the code above in your browser using DataLab