context("Summary")
my_df1 <- load_datatable("~/easyDataScience/tests/df1.csv", check.names = FALSE)
my_df2 <- load_datatable("~/easyDataScience/tests/df2.csv", check.names = TRUE)
summary(my_df1)
summary(my_df2)
tidy_summary(my_df1)
tidy_summary(my_df2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.