Learn R Programming

⚠️There's a newer version (0.11.0) of this package.Take me there.

ProjectTemplate (version 0.7)

Automates the Creation of New Statistical Analysis Projects

Description

Provides functions to automatically build a directory structure for a new R project. Using this structure, 'ProjectTemplate' automates data loading, preprocessing, library importing and unit testing.

Copy Link

Version

Install

install.packages('ProjectTemplate')

Monthly Downloads

732

Version

0.7

License

Artistic-2.0

Maintainer

Kenton White

Last Published

August 11th, 2016

Functions in ProjectTemplate (0.7)

cache

Cache a data set for faster loading.
mtp.reader

Read a Minitab Portable Worksheet with an .mtp3 file extension.
reload.project

Reload a project from scratch.
require.package

Require a package for use in the project
spss.reader

Read an SPSS file with a .sav file extension.
sql.reader

Read a database described in a .sql file.
epiinfo.reader

Read an Epi Info file with a .rec file extension.
file.reader

Read an arbitrary file described in a .file file.
new.config

Configuration for new projects
ProjectTemplate

Automates the creation of new statistical analysis projects.
preinstalled.readers

Maps file types to the reader functions used to autoload them.
get.project

Show information about the current project.
load.project

Automatically load data and packages for a project.
url.reader

Read a remote file described in a .url file.
ppm.reader

Read a PPM file with a .ppm file extension.
octave.reader

Read an Octave file with a .m file extension.
xport.reader

Read an XPort file with a .xport file extension.
wsv.reader

Read a whitespace separated values (.wsv or .txt) file.
migrate.project

Migrates a project from a previous version of ProjectTemplate
r.reader

Read an R source file with a .R file extension.
mp3.reader

Read an MP3 file with a .mp3 file extension.
rdata.reader

Read an RData file with a .rdata or .rda file extension.
stata.reader

Read a Stata file with a .stata file extension.
xlsx.reader

Read an Excel 2007 file with a .xlsx file extension.
xls.reader

Read an Excel 2004 file with a .xls file extension.
stub.tests

Generate unit tests for your helper functions.
dbf.reader

Read an XBASE file with a .dbf file extension.
test.project

Run all unit tests for this project.
systat.reader

Read a Systat file with a .sys or .syd file extension.
default.config

Default configuration
show.project

Show information about the current project.
run.project

Run all of the analyses in the src directory.
translate.dcf

Read a DCF file into an R list.
tsv.reader

Read a tab separated values (.tsv or .tab) file.
csv2.reader

Read a semicolon separated values (.csv2) file.
arff.reader

Read the Weka file format.
db.reader

Read a SQlite3 database with a (.db) file extension.
cache.name

Translate a variable name into a file name for caching.
clean.variable.name

Translate a file name into a valid R variable name.
create.project

Create a new project.
.add.extension

Associate a reader function with an extension.
csv.reader

Read a comma separated values (.csv) file.
cache.project

Cache a project's data sets in binary format.