-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jordan S Read
committed
Jul 10, 2014
1 parent
797cebb
commit b6cbb6f
Showing
2 changed files
with
65 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
% Generated by roxygen2 (4.0.1): do not edit by hand | ||
\name{clean.data} | ||
\alias{clean.data} | ||
\title{cleans sensor data with user-specified routines} | ||
\usage{ | ||
clean.data(deploy = "pellerin", folder = "../examples/", | ||
plot.diagnostic = TRUE, write.file = FALSE) | ||
} | ||
\arguments{ | ||
\item{deploy}{a string for the *.yml file name} | ||
|
||
\item{folder}{a string which specifies the folder of the *.yml file} | ||
|
||
\item{plot.diagnostic}{a boolean for creating a diagnostic plot} | ||
|
||
\item{write.file}{a boolean for creating a timeseries file output} | ||
} | ||
\value{ | ||
An optional plot and optional file output handle | ||
} | ||
\description{ | ||
cleans sensor data according to details within the user-specified config (*yml) file \cr | ||
} | ||
\examples{ | ||
\dontrun{ | ||
clean.data(deploy='pellerin',folder='/[User]/Desktop/Science Projects/sensorQC/',plot.diagnostic=FALSE) | ||
clean.data(deploy='pellerin',folder='/[User]/Desktop/Science Projects/sensorQC/',plot.diagnostic=TRUE,write.file=TRUE) | ||
} | ||
} | ||
\author{ | ||
Jordan S. Read | ||
} | ||
\keyword{methods} | ||
|