Displaying 1 result from an estimated 1 matches for "dofunction3".
Did you mean:
dofunction
2015 Oct 31
1
Example input data with example output using relative pathway in vignette of R package?
...data/InputFiles).
My vignette is located in:
/Users/userName/myPackage/vignettes/myPackage.Rnw
It contains the following syntax:
<<eval=FALSE>>=
fileString = "/Users/userName/myPackage/inst/extdata/InputFiles/exampleData.csv"
doFunction1(fileString)
doFunction2(fileString)
doFunction3(fileString, output
="Users/userName/myPackage/inst/extdata/OutputFiles")@
I am having two problems with developing this vignette and its example
datasets:
1) I am unsure if my use of the extdata file is appropriate. This seemed to
be the best directory name and location to place my exam...