CreatePublicationsMarkdown: Create a Markdown document of publications from orcid

View source: R/CreateCV.R

CreatePublicationsMarkdownR Documentation

Create a Markdown document of publications from orcid

Description

Create a Markdown document of publications from orcid

Usage

CreatePublicationsMarkdown(orcid.info, outdir = tempdir(),
  emphasis.name = "O'Meara", scholar.id = "vpjEkQwAAAAJ",
  impact.story.id = "0000-0002-0337-5997", badges = c())

Arguments

orcid.info

The list of info from orcid

outdir

The directory to store the markdown file in

emphasis.name

The name to bold in the publications list. Presumably your own.

scholar.id

Your ID on Google Scholar. NULL if you don't want to use this.

badges

Vector of ImpactStory badge names you want to show (a lot are goofy: could do c('global_reach', 'depsy')).

impact.story..id

Your ID on ImpactStory. NULL if you don't want to use this.


bomeara/cv documentation built on March 24, 2022, 1:26 a.m.