Description Usage Arguments Author(s) See Also Examples
View source: R/write.agdex.result.R
A function to write the results of an AGDEX analysis to a tab-delimited text output file that can be viewed in Excel or re-imported with the function read.agdex.result.
1 | write.agdex.result(agdex.res, out.file)
|
agdex.res |
result object produced by the agdex function |
out.file |
name of the output file |
Stan Pounds<stanley.pounds@stjude.org; Cuilan Lani Gao<cuilan.gao@stjude.org>
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | data(agdex.res)
## Not run:
#set the wording dictionary
setwd("localWorking dictionary")
#write the agdex result to an out file
\dontrun{
write.agdex.result(agdex.res, "agdex.result.txt")
}
#read the result file stored on dist back into R
agdex.res2 <- read.agdex.result("agdex.result.txt")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.