createJobFile: createJobFile

View source: R/CreateJobFile.r

createJobFileR 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)


jaredlander/resumer documentation built on March 26, 2022, 5:09 p.m.