Description Usage Arguments Examples
View source: R/stats_list_to_df.r
stats_list_to_df
converts a tidy stats list to a data frame.
1 | stats_list_to_df(results)
|
results |
A tidy stats list. |
1 2 3 4 5 | # Read in a list of results
results <- read_stats(system.file("results.csv", package = "tidystats"))
# Convert list to a data frame
stats_list_to_df(results)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.