You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Restructured .tidy_schemas() in to a series of sub-functions, named to indicate the schemas they modify.
- Added extensive schema name-checking throughout all the functions now comprising .tidy_schemas(). Attempts to modify schemas are now only made where those schemas are present [fixes#33].
- Modified the verbosity of .tidy_schemas() and its sub-functions so that statements are only printed where relevant, and so as to only include the names of relevant schemas.
Most of the package works just fine with missing or extra tables because the functions generically save or load whatever tables are present.
.tidy_schemas()
, however, fixes up specific tables and needs error handling or warning/skipping missing tables which currently it does not have.The text was updated successfully, but these errors were encountered: