Write cognostics data for a display in a Trelliscope app
write_cognostics(cogdf, base_path, id, name, group = "common", jsonp = TRUE)
cogdf
: a data frame of cognostics, prepared with as_cognostics
base_path
: the base directory of the trelliscope applicationid
: a unique id for the applicationname
: name of the displaygroup
: group that the display belongs tojsonp
: should json for cognostics be jsonp (TRUE) or json (FALSE)?