Changelog
Source:NEWS.md
datareceipt 0.0.0.9000
sourceinlist_submissions()andget_submission()is"xlsx"or"csv"for new submissions. The one-entry form was taken off the site on 2026-08-26 (kept on the app’sbring-back-sender-formbranch);"form","paste", and"typed"remain on submissions from before then. Docs wording follows.get_columns()no longer returnsfriendly_nameordescription; the site set those column settings aside on the same day and the API stopped sending them.get_flags()lists every cell that broke a rule but was accepted, with the text as sent and the rule it broke.get_data()says how many there are. A flagged value that still fits its column’s type is cast like any other; one that does not isNA.get_columns()gainson_break,friendly_name, anddescription.list_submissions()andget_submission()gainsource,flag_count, andrevised_at.First version.
datareceipt_api_key()stores your token,list_requests()andget_columns()show what you have asked for, andget_data()pulls every accepted row of a request into one typed tibble. Alsoget_request(),list_submissions(),get_submission(), anddatareceipt_whoami().