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.
You can install the released version of filecreateR from Github with:
library(devtools)
install_github("wesley4546/filecreateR")
library(filecreateR)
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.