The goal of rstripe is to interact with the Stripe API, from R.
It is an independent, community-developed R package for Stripe (not created by or affiliated with Stripe).
You can install the development version of rstripe like so:
pak::pak("nutrivetpet/rstripe")Fetch all charges:
library(rstripe)
dat <- list_charges("test", limit = Inf)