JSONSchToRd {clinDataReview}R Documentation

Get R Documentation from a JSON schema.

Description

Note: this function doesn't support the full JSON schema specification, currently only the functionalities required by the templates of the package are implemented.

Usage

JSONSchToRd(JSONSch, title = NULL)

Arguments

JSONSch

List with JSON schema, as returned by fromJSON.

title

(optional) String with title. This will combined with the JSON schema 'title' tag if this is specified. is not available.

Value

Character vector with R documentation for the specified JSON schema.

Supported JSON schema tags

Author(s)

Laure Cougnaud


[Package clinDataReview version 1.5.0 Index]