Skip to contents

Produces nested markdown that documents a schema. This is a recursive set of function

Usage

create_schema_docs(schema_path = the$current_schema_path, sep = "\n")

Arguments

schema_path

Character. Path to a json-schema

sep

Character. separator to be used by paste_reduce*

Value

character vector of markdown text

Examples


if (FALSE) { # \dontrun{
create_schema_docs()
} # }