powered by
Creates a CSV to hold information about jobs and research
createJobFile(filename = "Resume.csv", sep = ",")
Name of file in which to create the csv
Separator to use, ; is suggested
An empty data.frame
This creates a data.frame and writes an empty file to disk. This file should either be edited by hand or with a data.frame.
# NOT RUN { createJobFile() # } # NOT RUN { # }
Run the code above in your browser using DataLab