Package: airtabler 0.2.16

Collin Schwantes

airtabler: Interface to the Airtable API

Fork from Darko Bergant's package. Provides access to the Airtable (airtable.com) API.

Authors:Darko Bergant

airtabler_0.2.16.tar.gz
airtabler_0.2.16.zip(r-4.5)airtabler_0.2.16.zip(r-4.4)airtabler_0.2.16.zip(r-4.3)
airtabler_0.2.16.tgz(r-4.4-any)airtabler_0.2.16.tgz(r-4.3-any)
airtabler_0.2.16.tar.gz(r-4.5-noble)airtabler_0.2.16.tar.gz(r-4.4-noble)
airtabler_0.2.16.tgz(r-4.4-emscripten)airtabler_0.2.16.tgz(r-4.3-emscripten)
airtabler.pdf |airtabler.html
airtabler/json (API)

# Install 'airtabler' in R:
install.packages('airtabler', repos = c('https://ecohealthalliance.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/ecohealthalliance/airtabler/issues

On CRAN:

48 exports 5 stars 0.91 score 48 dependencies 54 scripts

Last updated 1 years agofrom:a4028cd5f8. Checks:OK: 1 NOTE: 6. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 25 2024
R-4.5-winNOTEAug 25 2024
R-4.5-linuxNOTEAug 25 2024
R-4.4-winNOTEAug 25 2024
R-4.4-macNOTEAug 25 2024
R-4.3-winNOTEAug 25 2024
R-4.3-macNOTEAug 25 2024

Exports:air_create_description_tableair_create_fieldair_create_metadata_tableair_create_tableair_deleteair_download_attachmentsair_dumpair_dump_to_csvair_dump_to_jsonair_expand_csv_arraysair_fields_df_templateair_fields_list_from_templateair_generate_base_descriptionair_generate_metadata_from_apiair_generate_metadata_from_tablesair_getair_get_attachmentsair_get_base_description_from_tableair_get_base_id_from_urlair_get_id_from_urlair_get_jsonair_get_metadata_from_tableair_get_record_id_from_urlair_get_schemaair_get_table_id_from_urlair_get_view_id_from_urlair_insertair_insert_data_frameair_list_basesair_make_jsonair_make_requestair_postair_selectair_table_templateair_updateair_update_data_frameair_update_description_tableair_update_fieldair_update_metadata_tableairtablefetch_allfetch_all_jsonflatten_col_to_chrget_offsetget_unique_field_valuesmultipleread_excel_urlset_diff

Dependencies:askpassassertthatbackportscellrangercheckmateclicpp11crayoncurldepositsdplyrfansifsgenericsglueherehmshttrhttr2jsonlitejsonvalidatelifecyclemagrittrmimeopensslpillarpkgconfigprettyunitsprogresspurrrR6rappdirsRcppreadxlrematchrlangrprojrootsnakecasestringistringrsystibbletidyselectutf8V8vctrswithrxml2

Generate-Metadata-and-Backup

Rendered fromGenerate-Metadata-and-Backup.Rmdusingknitr::rmarkdownon Aug 25 2024.

Last update: 2023-04-12
Started: 2023-04-12

Readme and manuals

Help Manual

Help pageTopics
airtabler: Interface to the Airtable APIairtabler-package airtabler
Create the descriptive metadata table for the baseair_create_description_table
Create a new field in a tableair_create_field
Create a new structural metadata table in the baseair_create_metadata_table
A function to create new tables in a baseair_create_table
Delete a recordair_delete
Download Airtable file attachmentsair_download_attachments
Dump all tables from a base into Rair_dump
Save air_dump output to csvair_dump_to_csv
Dump all tables from a base into json filesair_dump_to_json
Expand arrays stored in CSVsair_expand_csv_arrays
Template for for creating a table from a tibbleair_fields_df_template
Convert field data frame to listair_fields_list_from_template
Generate descriptive metadataair_generate_base_description
Generate structural metadata from the apiair_generate_metadata_from_api
Generated Metadata from table namesair_generate_metadata_from_tables
Get a list of records or retrieve a singleair_get
Get Airtable file attachmentsair_get_attachments
Get base description from tableair_get_base_description_from_table
Get an ID from a URLair_get_base_id_from_url air_get_id_from_url air_get_record_id_from_url air_get_table_id_from_url air_get_view_id_from_url
Get a list of records or retrieve a single record as JSONair_get_json
Pull the metadata table from Airtableair_get_metadata_from_table
Get base schemaair_get_schema
Insert a new recordair_insert air_insert_data_frame multiple
Get list of bases for an Tokenair_list_bases
Make JSON for APIair_make_json
Make an HTTP requestair_make_request
Get a list of recordsair_post
Selectair_select
Template for lists that describe tables in Airtableair_table_template
Update a recordair_update
Update records from a dataframeair_update_data_frame
Update the description tableair_update_description_table
Update a field name and/or descriptionair_update_field
Update the structural metadata tableair_update_metadata_table
Get airtable base objectairtable
Fetch All Records in an Airtablefetch_all
Get the full outputs of a table as single json objectfetch_all_json
Flatten list columns to characterflatten_col_to_chr
Get offsetget_offset
Get unique values from a fieldget_unique_field_values
Read an excel file from URLread_excel_url
Get items that differ between x and yset_diff