getAllAssertions: Get a list of assertions

Description Usage Arguments Value Examples

View source: R/civicr.R

Description

Retrieve all assertions from the CIViC DB

Usage

1
getAllAssertions(page = 1, count = 25)

Arguments

page

the page number to retrieve

count

the number of assertions to retrieve

Value

An S3 Object of type civic_api containing the content, url, and response

Examples

1
2
getAllAssertions(count = 10)
getAllAssertions(page = 2, count = 10)

agduncan94/civicr documentation built on Nov. 1, 2019, 9 p.m.