fix vignettes

This commit is contained in:
2021-06-29 17:29:43 +02:00
parent 3d296a677c
commit 574480a9bb
10 changed files with 68 additions and 9 deletions
+8
View File
@@ -1,5 +1,13 @@
# for usage see the example at the end
#' Parse xml records
#'
#' Creates a list of tibbles containing relevant information from all records
#' stored in the input directory.
#'
#' @param path character
#'
#' @export
read_all <- function(path="records/") {
cat("Reading all records from", path, "\n")
available_protocols <- list.files(path)