json_design | R Documentation |
Convert a design list to JSON notation for archiving (e.g. in scienceverse)
json_design(design, filename = NULL, digits = 8, pretty = FALSE, ...)
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 |
a JSON string
des <- check_design(2,2)
json_design(des)
json_design(des, pretty = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.