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
+1
View File
@@ -5,6 +5,7 @@
#' @import pbapply
#' @import stringr
#' @import xml2
#' @import utils
#' @keywords internal
"_PACKAGE"
+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)
+3 -1
View File
@@ -41,7 +41,9 @@ repair_talks <- function(talks) {
talks
}
# repairs all tables
#' Repairs parsed tables
#'
#' @export
repair <- function(parse_output) {
list(redner = repair_redner(parse_output$redner),
reden = repair_reden(parse_output$reden),