Skip to contents

Combines multiple tibbles from the same endpoint type into a single tibble, preserving metadata and handling different column structures.

Usage

combine_usasp_tibbles(...)

Arguments

...

Multiple tibbles of class 'usasp_tibble' to combine

Value

A combined tibble of class 'usasp_tibble' containing:

  • All rows from input tibbles

  • Columns from all tibbles (filled with NA where needed)

  • Preserved metadata from the first tibble

Note

This function is useful for combining responses from multiple API calls to the same endpoint with different parameters or from pagination