Learn R Programming

qdap (version 1.3.5)

new_project: Project Template

Description

Generate a project template to increase efficiency.

Usage

new_project(project = "new", path = getwd(), open = is.global(2),
  github = FALSE, ...)

Arguments

project
A character vector of the project name.
path
The path to where the project should be created. Default is the current working directory.
open
logical. If TRUE the project will be opened in RStudio. The default is to test if new_project is being used in the global environment, if it is then the project directory will be opened.
github
logical. If TRUE the repo will be sent to public https://github.com/{GitHub} account.
...
Other arguments passed to new_report.

Value

  • Creates a project template.

item

  • CORRESPONDENCE
  • DATA
  • CM_DATA
  • DATA_FOR_REVIEW
  • RAW_DATA
  • AUDIO
  • FIELD_NOTES
  • PAPER_ARTIFACTS
  • PHOTOGRAPHS
  • VIDEO
  • TRANSCRIPTS
  • RAW_TRANSCRIPTS
  • DOCUMENTATION
  • PLOTS
  • REPORTS
  • SCRIPTS
  • 02_analysis_I.R
  • 03_plots.R
  • TABLES
  • WORD_LISTS
  • .Rprofile
  • extra_functions.R
  • todo
  • LOG
  • PROJECT_WORKFLOW_GUIDE.pdf
  • xxx.Rproj
  • TO_DO

itemize

  • email

cr

https://dl.dropbox.com/u/61803503/packages/REPORT_WORKFLOW_GUIDE.pdf{REPORT_WORKFLOW_GUIDE.pdf} for more details

href

  • http://www.rstudio.com/
  • http://www.rstudio.com/
  • http://www.rstudio.com/
  • https://github.com/
  • https://bitbucket.org/
  • https://www.dropbox.com/

code

TO_DO.txt

Details

The project template includes these main directories and scripts:
  • CODEBOOK
{ - A directory to store coding conventions or demographics data:
  • KEY.csv
{ - A blank template for demographic information} }