Learn R Programming

resumer (version 0.0.2)

createJobFile: 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

Value

An empty data.frame

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.

Examples

Run this code
## Not run: 
# createJobFile() 
# ## End(Not run)

Run the code above in your browser using DataLab