Setting default = ""
in get_list()
for a non-existent field returns empty character vector
#138
Labels
default = ""
in get_list()
for a non-existent field returns empty character vector
#138
I believe this should return the default value set
""
:I believe the culprit is here, calling
strpslit()
on the empty string returnscharacter(0)
.I'm happy to do a PR if you'd like
Created on 2023-05-03 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: