write.agdex.result: Write the AGDEX results to output file

Description Usage Arguments Author(s) See Also Examples

View source: R/write.agdex.result.R

Description

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.

Usage

1

Arguments

agdex.res

result object produced by the agdex function

out.file

name of the output file

Author(s)

Stan Pounds<stanley.pounds@stjude.org; Cuilan Lani Gao<cuilan.gao@stjude.org>

See Also

read.agdex.result agdex

Examples

 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)

AGDEX documentation built on Nov. 8, 2020, 8:32 p.m.