Skip to content

vgilbart/analysis_template_directory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analysis Template Directory

This is a template directory for analysis projects.

Folder description

  • data: contains raw data (or symbolic links to raw data)
  • doc: contains related studies
  • result:
    • figure: contains figure results generated from scripts
    • table: contains table results generated from scripts
  • script: contains scripts to generate results

R analysis projects

If you are analysing with R, you should work inside a Rproject. To do this, manually create a file named $NAMEOFPROJECT.Rproj, or create a new project with the GUI of RStudio.

When opening the Rproject in RStudio you should, run renv::init() to create renv.

You can also add a result/rds folder that will contain some important RDS objects created during the analysis.

About

Template directory for analysis projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published