Description Usage Arguments Value Examples
Helper function to determine whether a supplied data frame is of any of the
data-formats
defined in the package.
1 |
df |
query data frame |
string of data frame type
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | data(dietlein_data)
get_df_format(dietlein_data)
data(example_tall_df)
get_df_format(example_tall_df)
data(example_gvg_df)
get_df_format(example_gvg_df)
data(example_rvg_df)
get_df_format(example_rvg_df)
data(mtcars)
get_df_format(mtcars)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.