View source: R/print.edsurvey.data.frame.R
print.edsurvey.data.frame | R Documentation |
Prints metadata regarding an edsurvey.data.frame
or an edsurvey.data.frame.list
## S3 method for class 'edsurvey.data.frame'
print(
x,
printColnames = FALSE,
use_es_round = getOption("EdSurvey_round_output"),
round_n = getOption("EdSurvey_round_n_function"),
...
)
x |
an |
printColnames |
a logical value; set to |
use_es_round |
a logical; round the output per |
round_n |
function used to round sample n-sizes. See |
... |
these arguments are not passed anywhere and are included only for compatibility |
Michael Lee and Paul Bailey
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.