Learn R Programming

faux (version 1.2.1)

json_design: 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, ...)

Value

a JSON string

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

Examples

Run this code
des <- check_design(2,2)
json_design(des)
json_design(des, pretty = TRUE)

Run the code above in your browser using DataLab