read_schemaed_csv(content, schema, overlook.types = FALSE, factorize.foreign.keys = TRUE, getter, ...)
content
parameter. This can be either the JSON itself, a local
file reference, or a URL.boolean
, string
,
integer
, and number
).TRUE
(default),
any column leveraging the (non-standardized, at the time
of writing -- see
https://github.com/dataprotocols/dataprotocols/issues/23)
foreign-key functionality of JSON Table Schemas will be
handled as a fator, mapping the underlying key to the
presented form. Currently, this only works with foreign
keys that map integers to strings.content
parameter. Alternatively, you can explicitly set one
here, or even provide a custom getter.incorporate-foreign-keys
(unexported, but publicly
documented in this package).