read_resource()
should be able to handle NULL values from inline data
#247
Labels
read_resource()
should be able to handle NULL values from inline data
#247
Null values from inline data in datapackage.json are seen as empty objects in r.
So in this case
read_resource()
gives the following error:Here is the code where the bug occurs:
frictionless-r/R/read_resource.R
Line 341 in 27a5c69
read_resource()
should be able to handle NULL values from inline data by replacing NULL values with NA.The text was updated successfully, but these errors were encountered: