json_design {faux} | R Documentation |
Convert design to JSON
Description
Convert a design list to JSON notation for archiving (e.g. in scienceverse)
Usage
json_design(design, filename = NULL, digits = 8, pretty = FALSE, ...)
Arguments
design |
a design list including within, between, n, mu, sd, r, dv, id |
filename |
option name of file to save the json to |
digits |
number of digits to save |
pretty |
whether to print condensed or readable |
... |
other options to send to jsonlite::toJSON |
Value
a JSON string
Examples
des <- check_design(2,2)
json_design(des)
json_design(des, pretty = TRUE)
[Package faux version 1.2.1 Index]