idaifieldR 0.3.4 2023-12-17
- Make
get_field_index()
more efficient by utilizing vectors instead oflapply()
. - Adding liesWithinLayer in
get_field_index()
andsimplify_idaifield()
is now an option. This way, inget_field_index()
the "shortDescription" can be added without the more time intensive recursive layer search that comes with the now available optionfind_layers = TRUE
. For info on what this does, see documentation offind_layer()
. simplify_idaifield()
is now slightly faster as it usesfind_layer()
differently.find_layer()
can now handle a vector of multiple ids.- The
project
/projectname
-argument will be removed soon, and project needs to be specified inconnect_idaifield()
. Relevant functions currently issue a warning to that effect.
What's Changed
Full Changelog: v0.3.2...v0.3.4