Closed jhk0530 closed 1 year ago
replaced deprecated code with structure(NULL, *) to structure(list(), *) using ifelse
structure(NULL, *)
structure(list(), *)
ifelse
see issue #15
replaced deprecated code with
structure(NULL, *)
tostructure(list(), *)
usingifelse
see issue #15