View source: R/SectionCreation.r
| generateMultipleListings | R Documentation | 
Generate an entire resume section
generateMultipleListings(data, jobList, type = "Job", specialChars = "&")
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  | 
Using a list of lists to describe jobs generate text for each job subsection
A vector of text, one for each job
Jared P. Lander
generateListing generateSection
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.