powered by
Create a descriptive_statistics instance
descriptive_statistics(code_string, input_data, test_results)
A descriptive_statistics instance
A line of code as a string, or "N/A" if not given
A data frame, a named list, or a URL as a string
A data frame or a list of data frames
res <- data.frame(mean = 3.758) inst_ds <- descriptive_statistics( "base::mean(iris$Petal.Length)", iris, res )
Run the code above in your browser using DataLab