View source: R/delete_records.R
delete_records | R Documentation |
Delete records in an Airtable table based on their Airtable record ID.
delete_records(
data,
airtable,
airtable_id_col = "airtable_record_id",
safely = TRUE,
batch_size = 10
)
data |
A data frame containing records to delete |
airtable |
An airtable object |
airtable_id_col |
Column containing Airtable record IDs. Not required if record IDs are stored in row names as returned from |
safely |
If |
batch_size |
Number of requests to send at a time. Maximum of 10. |
A vector of IDs deleted
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.