parseProps: Map VERIS fields to data type.

View source: R/verisr.R

parsePropsR Documentation

Map VERIS fields to data type.

Description

Given a json schema for VERIS, this function will return a named vector where the name is the field and the value is the R mode string or "enum".

Usage

parseProps(schema, cur = "", outvec = NULL)

Arguments

schema

the merged veris schema in json

cur

the current name (internal)

outvec

the current output vector (internal)


vz-risk/verisr documentation built on Aug. 5, 2023, 4:34 a.m.