Description Usage Arguments Value Examples
View source: R/get_attributes.R
Should we want to view the tabulate attributes as a tibble, in case of editing or checking accuracy, we can use this function to extract them and store within a tibble.
1 2 | get_attributes(x, export = FALSE,
filename = sprintf("Survey Tools Parameters %s.csv", Sys.Date()))
|
x |
list |
export |
logical indicating whether we want to export the parameters into a csv file within the current working directory |
filename |
string defaulting to "Survey Tools Parameters Sys.Date().csv" |
tibble of parameters
1 2 3 | library(surveySimulate)
example <- simulateSurvey(100)
parameters <- get_attributes(example)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.