fix vignettes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user