CreateMarkdown: Create a Markdown document from biographical info

View source: R/CreateCV.R

CreateMarkdownR Documentation

Create a Markdown document from biographical info

Description

Create a Markdown document from biographical info

Usage

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

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.

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.