df_reef <- table$select(filter = "type == 'Reef structure'")$all_dataframe() df_sponge <- table$select(filter = "type == 'Sponge occurrence'")$all_dataframe() df ...
# Creates an empty WPCalc .calc template file (Access MDB) with the correct table schemas. # Uses SQL DDL via ADO instead of ADOX to avoid COM type mapping issues.