Create an rtable object.

rtable

Format

An object of class R6ClassGenerator of length 24.

Methods

Methods sarting in get_ return tibble or list objects other methods return the class invisibly.

  • new: create an rtable.

  • silent: make the object silent, equivalent to quiet=FALSE in other functions.

  • set_records: add pre-existing records to the rtable from a data.frame.

  • list_records: download records from Airtable, overrides current records.

  • retrieve_record: retrieve a specific record.

  • retrieve_records: retrieve specific records

  • create_records: create records.

  • update_records: update records.

  • delete_records: delete records.

  • delete_record: delete a record.

  • get_created: returns created records.

  • get_listed: returns records downloaded.

  • get_updated: returns updated records.

  • get_deleted: returns deleted records.

  • get_retrieved: returns retrieved records.

  • refresh: refresh records uses arguments last used list_records or defaults if never used.

Arguments

  • new: see setup, also takes an additional list_records argument which defaults to TRUE and collects all records in table.

  • silent: takes a boolean.

  • set_records: a data.frame or tibble.

  • list_records: see list_records.

  • retrieve_record: see retrieve_record.

  • retrieve_records: see retrieve_records.

  • create_records: see create_records.

  • update_records: see update_records.

  • delete_records: see delete_records.

  • delete_record: see delete_record.

  • get_created: takes to_tibble to optionally convert to a tibble.

  • get_listed: takes to_tibble to optionally convert to a tibble.

  • get_updated: takes to_tibble to optionally convert to a tibble.

  • get_deleted: takes to_tibble to optionally convert to a tibble.

  • get_retrieved: takes to_tibble to optionally convert to a tibble.

  • refresh: takes to_tibble to optionally convert to a tibble.