CHANGELOG: https://datapackage.org/overview/changelog/#fieldmissingvalues-new
Values defined in field.missingValues overwrite anything that is defined in schema.missingValues (frictionlessdata/datapackage#24). This is not straightforward to support in frictionless-r, since readr doesn't support it. But @khusmann has helpfully provided an implementation using wrappers for readr, see this comment and this implementation.
Overall, I think this feature is best implemented together with categorical types.
CHANGELOG: https://datapackage.org/overview/changelog/#fieldmissingvalues-new
read_interlaced_resource()#213Values defined in
field.missingValuesoverwrite anything that is defined inschema.missingValues(frictionlessdata/datapackage#24). This is not straightforward to support in frictionless-r, since readr doesn't support it. But @khusmann has helpfully provided an implementation using wrappers for readr, see this comment and this implementation.Overall, I think this feature is best implemented together with categorical types.