Description Usage Arguments Value Examples
Example ConQuest output files
1 2 | cq_example(n = 10, display = TRUE, example_name = c("ex1.itn",
"ex1_05.pv", "ex1_10.pv", "ex1.shw"))
|
n |
the number of lines to print. only used when |
display |
When |
example_name |
Specifies the example output file to use. Default is |
Invisibly returns a valid file path to conquest output file which can be used with other conquestr functions.
1 2 3 4 | library(readr)
fname <- cq_example(display = FALSE)
fname
cq_example(n = 7)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.