as.json: Coerce Capr object to json

as.jsonR Documentation

Coerce Capr object to json

Description

Coerce Capr object to json

Usage

as.json(x, pretty = TRUE, ...)

## S4 method for signature 'ConceptSet'
as.json(x, pretty = TRUE, ...)

## S4 method for signature 'Cohort'
as.json(x, pretty = TRUE, ...)

Arguments

x

the capr object

pretty

a toggle to make the json look nice, part of jsonlite

...

additional arguments passes to jsonlite::toJSON


OHDSI/Capr documentation built on Feb. 20, 2025, 4 a.m.