generateMultipleListings: generateMultipleListings

View source: R/SectionCreation.r

generateMultipleListingsR Documentation

generateMultipleListings

Description

Generate an entire resume section

Usage

generateMultipleListings(data, jobList, type = "Job", specialChars = "&")

Arguments

data

data.frame holding the info for one job

jobList

A list of jobs, each of which is a list where the first element is the Company, the second is the JobName and the third is a vector of BulletName's

type

The type of section to build; defaults to 'Job', the other currently supported value is 'Research'

specialChars

Vector of characters that need to be double-backslashed escaped

Details

Using a list of lists to describe jobs generate text for each job subsection

Value

A vector of text, one for each job

Author(s)

Jared P. Lander

See Also

generateListing generateSection

Examples

jobList <- list(
     list("Pied Piper", "Tech Startup", c(1, 3)),
     list("Goliath National Bank", "Bank Intern", 1:3),
     list("Surveyors Inc", "Survery Stats", 1:2)
)

generateMultipleListings(jobs, jobList)


jaredlander/resumer documentation built on March 26, 2022, 5:09 p.m.