print.edsurvey.data.frame: EdSurvey Metadata Summary

View source: R/print.edsurvey.data.frame.R

print.edsurvey.data.frameR Documentation

EdSurvey Metadata Summary

Description

Prints metadata regarding an edsurvey.data.frame or an edsurvey.data.frame.list

Usage

## 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"),
  ...
)

Arguments

x

an edsurvey.data.frame or an edsurvey.data.frame.list

printColnames

a logical value; set to TRUE to see all column names in the edsurvey.data.frame or the edsurvey.data.frame.list

use_es_round

a logical; round the output per es_round function

round_n

function used to round sample n-sizes. See es_round

...

these arguments are not passed anywhere and are included only for compatibility

Author(s)

Michael Lee and Paul Bailey


EdSurvey documentation built on June 27, 2024, 5:10 p.m.