Skip to contents

get vitae entry with data from ORCID or CRAN/BioC

Usage

get_vitae_entry(
  entry_type,
  orcid = Sys.getenv("ORCID_ID"),
  why = NULL,
  json_path = NULL
)

Arguments

entry_type

string with the type of entry to be fetched

orcid

string with the ORCID ID by default fetched fomr "ORCID_ID" system variable

why

list with the data for the 'why' vitae column

json_path

string with the path to the JSON file

Value

vitae entry (standardized data.table)