Skip to content

[WIP] read archival data: add get_archival_data() function#589

Draft
PietrH wants to merge 79 commits into
mainfrom
409-archival-data
Draft

[WIP] read archival data: add get_archival_data() function#589
PietrH wants to merge 79 commits into
mainfrom
409-archival-data

Conversation

@PietrH

@PietrH PietrH commented May 21, 2026

Copy link
Copy Markdown
Member
  • get_archival_data() sends a database request via get_archival_data_uuid() to get uuid identifiers for the files to download, these are then downloaded from lifewatch.com via httr2 to a local directory. Then read via arrow.

Other changes

  • I've added a helper is_writeable as an analog to assertthat::is.writeable to check if we can write to a user supplied path and to provide a nicer error if not.
  • Fixed a small bug in validate_login() where a failure to provide credentials would refer to the wrong calling function.3
  • regenerated all docs with a new roxygen2 version

PietrH and others added 30 commits May 4, 2026 11:49
PietrH and others added 28 commits May 18, 2026 08:44
Discussed with Peter and decided to leave it as is.

Co-Authored-By: Peter Desmet <peter.desmet@inbo.be>
@PietrH PietrH linked an issue May 21, 2026 that may be closed by this pull request
41 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add get_archival_data() function

1 participant