For `insert`, `update`, and `delete` quick change to allow for spaces in table names: `request_url <- sprintf("%s/%s/%s/%s", air_url, base, utils::URLencode(table_name), record_id)` This will allow for table names with spaces such as "Example Table"
For
insert,update, anddeletequick change to allow for spaces in table names:request_url <- sprintf("%s/%s/%s/%s", air_url, base, utils::URLencode(table_name), record_id)This will allow for table names with spaces such as "Example Table"