get_plan: Retrieve a plan

View source: R/plan.R

get_planR Documentation

Retrieve a plan

Description

Fetches the plan with the provided id and returns the stripe_plan object representing the plan.

Usage

get_plan(id)

Arguments

id

The id of the plan to be retrieved

Examples

# Retrieve plan with id testPlan
plan <- get_plan("testPlan")

MrDAndersen/stRipe documentation built on June 9, 2025, 8:37 a.m.