Nothing
#' Convert to data.frame
#'
#' Convert the outputs of the input model into a data.frame.
#'
#' @param M a model object
#' @return A data.frame of model outputs
#' @examples
#' D = iris_DatasetExperiment()
#' M = filter_na_count(threshold=50,factor_name='Species')
#' M= model_apply(M,D)
#' df = as_data_frame(M)
#' @name as_data_frame
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.