Description Usage Arguments Value Examples
View source: R/prettydf.R
Convenience function for nice dataframe output
1
pretty_df(df)
df
A dataframe.
a dataframe.
1 2 3
df <- data.frame(a = c("a", "b", "c"), b = c(0.86965965, 989687.89068, 278.9058574)) pretty_df(df)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.