Skip to content

Releases: LACDR/rspacer

rspacer 0.3.1

04 Dec 20:25

Choose a tag to compare

  • Documentation improvements.
  • Fix httr2 dependency version issue.

rspacer 0.3.0

17 Nov 21:52

Choose a tag to compare

Changes

  • Added support for retrieving paginated results (i.e., more than 20) from the RSpace API endpoints that support it.
  • Added create_document_from_tabular() function to create RSpace documents directly from R data.frames/tibbles.
  • Added document_get_fields() function to retrieve the field contents of a given RSpace document.
  • document_list_attachments() function now returns all attachments instead of just for a given field.
  • Fixed: Uploading a document without template id now keeps section headings.
  • Simplify return of document search and folder tree functions.
  • Add fields_to_data_frame() function to convert RSpace document fields to a tibble.
  • Update documentation and vignettes.

Full Changelog: v0.2.0...v0.3.0

v0.2.0

17 Nov 21:55

Choose a tag to compare

Initial release