tests/test_dfplot.R

library(dfexplore)
#test_dfplot
data(example_df)
dfplot(example_df)

# Plot df with matrix
df_with_matrix <- simulate_dataframe(includeMatrix=T)
str(df_with_matrix)
dfplot(df_with_matrix)

Try the dfexplore package in your browser

Any scripts or data that you put into this service are public.

dfexplore documentation built on May 1, 2019, 8 p.m.