View source: R/import_config.R
has_equal_column_specs | R Documentation |
This function allows you to read data frame specs into a data frame
has_equal_column_specs(tbl_column_specs_a, tbl_column_specs_b)
tbl_column_specs_a |
The dataframe with column specs |
tbl_column_specs_b |
The dataframe with column specs |
A boolean indicating whether the two column specs are equal
has_equal_column_specs(df_specs_a, df_specs_b)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.