createJobFile {resumer} | R Documentation |
createJobFile
Description
Creates a CSV to hold information about jobs and research
Usage
createJobFile(filename = "Resume.csv", sep = ",")
Arguments
filename |
Name of file in which to create the csv |
sep |
Separator to use, ; is suggested |
Details
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.
Value
An empty data.frame
Author(s)
Jared P. Lander
Examples
## Not run:
createJobFile()
## End(Not run)
[Package resumer version 0.0.5 Index]