expand_df | R Documentation |
This function expands a dataframe to a desired dimension.
expand_df(df, n)
df |
Object of type dataframe |
n |
Integer value |
df_example = data.frame(var_1 = letters[1:3],var_2 = seq(1:3)) expand_df(df_example,5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.