Learn R Programming

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

ProjectTemplate (version 0.4-2)

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

693

Version

0.4-2

License

Artistic-2.0

Maintainer

John White

Last Published

May 13th, 2012

Functions in ProjectTemplate (0.4-2)

cache.name

Translate a variable name into a file name for caching.
arff.reader

Read the Weka file format.
rdata.reader

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

Read an Excel 2004 file with a .xls file extension.
tsv.reader

Read a tab separated values (.tsv or .tab) file.
test.project

Run all unit tests for this project.
systat.reader

Read a Systat file with a .sys or .syd file extension.
reload.project

Reload a project from scratch.
cache

Cache a data set for faster loading.
extensions.dispatch.table

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

Run all of the analyses in the src directory.
cache.project

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

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

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

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

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

Read an XBASE file with a .dbf file extension.
mtp.reader

Read a Minitab Portable Worksheet with an .mtp3 file extension.
translate.dcf

Read a DCF file into an R list.
clean.variable.name

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

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

Read an Octave file with a .m file extension.
load.project

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

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

Show information about the current project.
sql.reader

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

Read a SQlite3 database with a (.db) file extension.
spss.reader

Read an SPSS file with a .sav file extension.
ProjectTemplate

Automates the creation of new statistical analysis projects.
xlsx.reader

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

Create a new project.
stub.tests

Generate unit tests for your helper functions.
xport.reader

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

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

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

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