new_project: Project Template
Description
Generate a project template to increase efficiency.Usage
new_project(project = "new", path = getwd(), ...)
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.
Value
- Creates a project template.
item
- CLEANED_TRANSCRIPTS
- CM_DATA
- CODEBOOK
- CORRESPONDENCE
- DATA
- DATA_FOR_REVIEW
- DOCUMENTS
- PLOTS
- PROJECT_WORKFLOW_GUIDE.pdf
- RAW_DATA
- FIELD_NOTES
- PAPER_ARTIFACTS
- PHOTOGRAPHS
- VIDEO
- RAW_TRANSCRIPTS
- REPORTS
- TABLES
- WORD_LISTS
- .Rprofile
- extra_functions.R
- todo
- LOG.txt
- xxx.Rproj
- TO_DO.txt
cr
https://dl.dropbox.com/u/61803503/packages/REPORT_WORKFLOW_GUIDE.pdf{REPORT_WORKFLOW_GUIDE.pdf}
for more detailshref
- 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: { - A directory
containing the following analysis scripts: { * initial cleaning of raw
transcripts} - 02_analysis_I.R
{ * initial analysis}
- 03_plots.R
{ * plotting script} }