#' Create poster of all measurements, from roqua inputs
#' @param answers {csp_dna: [{id: 1, .. }]}, see tests/testthat/jsons/answers.json
#' @export
poster <- function(answers) {
viz_poster(prepare_data(JSON_to_DF(answers)))
};
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.