Learn R Programming

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

ProjectTemplate (version 0.3-5)

Automates the creation of new statistical analysis projects.

Description

ProjectTemplate 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

1,043

Version

0.3-5

License

Artistic-2.0

Maintainer

John White

Last Published

July 23rd, 2011

Functions in ProjectTemplate (0.3-5)

cache

Cache a data set for faster loading.
xport.reader

Read an XPort file with a...
ProjectTemplate

Automates the creation of new statistical analysis projects.
cache.project

Cache a project's data sets in binary format.
arff.reader

Read the Weka file format.
load.project

Automatically load data and packages for a project.
show.project

Show information about the current project.
ppm.reader

Read a PPM file with a...
rdata.reader

Read an RData file with a...
systat.reader

Read a Systat file with a...
xls.reader

Read an Excel 2004 file with a...
dbf.reader

Read an XBASE file with a...
xlsx.reader

Read an Excel 2007 file with a...
create.project

Create a new project.
epiinfo.reader

Read an Epi Info file with a...
run.project

Run all of the analyses in the src directory.
wsv.reader

Read a whitespace separated values (...
stata.reader

Read a Stata file with a...
stub.tests

Generate unit tests for your helper functions.
mp3.reader

Read an MP3 file with a...
cache.name

Translate a variable name into a file name for caching.
extensions.dispatch.table

Maps file types to the reader functions used to autoload them.
db.reader

Read a SQlite3 database with a (...
mtp.reader

Read a Minitab Portable Worksheet with an...
file.reader

Read an arbitrary file described in a...
spss.reader

Read an SPSS file with a...
reload.project

Reload a project from scratch.
test.project

Run all unit tests for this project.
csv.reader

Read a comma separated values (...
octave.reader

Read an Octave file with a...
translate.dcf

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

Read an R source file with a...
clean.variable.name

Translate a file name into a valid R variable name.
url.reader

Read a remote file described in a...
sql.reader

Read a database described in a...
tsv.reader

Read a tab separated values (...