README.md

filecreateR

The purpose of this package is to make file creation easier at the beginning of a new project with the help of the “here” package.

Installation

You can install the released version of filecreateR from Github with:

library(devtools)
install_github("wesley4546/filecreateR")
library(filecreateR)

Example

This is a basic example which shows you how to solve a common problem:

library(filecreateR)
data_create() #Creates a data file in the project folder that has optional raw and cleaned arguments


wesley4546/filecreateR documentation built on March 10, 2020, 12:09 a.m.