Learn R Programming

resumer (version 0.0.1)

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
createJobFile()

Run the code above in your browser using DataLab