Skip to content

idaifieldR 0.2.0

Choose a tag to compare

@lsteinmann lsteinmann released this 15 May 16:55
· 280 commits to main since this release

idaifieldR 0.2.0 2022-05-15

The changes are a bit dramatic, and scripts using the older versions will probably not work anymore without intereference.

  • Faster get_uid_list() using lapply()
  • Added idf_query() to specifically query the db for field values without first downloading everything
  • Added idf_index_query() to specifically query the database for things that are only available via the uidlist (the function needs a uidlist to do that)
  • simplified = TRUE (simplify_idaifield()) will now convert checkbox fields to multiple columns. This should probably be an option in the future, not the default, but the function itself needs cleaning up first.
  • it is now possible to import the configuration file, and it is needed for some functions; however, this will only work with idaifield3; connection and projectname are now attributes of the "idaifield_docs" and "idaifield_resources" objects.
  • idaifield_as_matrix() now returns a matrix with character values, not lists
  • dimension lists will be imported as a single value - this is still a work in progress, actually, but it has to suffice for the moment.
  • There are now two vignettes: Demo.Rmd with essential workflow, about.Rmd explaining the package functions a bit more.

Full Changelog: v0.1.4...v0.2.0