Should the unlisting be recursive?
Nested fields can generate lists that are too flat (maybe?). For example,
> iidda:::unique_entries(iidda.api::ops$metadata(), "titles")
[1] "Canadian Weekly CDI by Province in 1958"
[2] "en"
[3] "Canadian Weekly CDI by Province in 1957"
[4] "en"
[5] "Canadian Weekly CDI by Province in 1956"
[6] "en"
Verify that there is no missing export
I expected to be able to use this function the unique_entries function with :::, but it was not exported.
Is this intentional @mikeroswell ?
Should the unlisting be recursive?
Nested fields can generate lists that are too flat (maybe?). For example,
Verify that there is no missing export
I expected to be able to use this function the
unique_entriesfunction with:::, but it was not exported.iidda-tools/R/iidda/R/regex_query_tools.R
Line 71 in 88b4781
Is this intentional @mikeroswell ?