fix vignettes
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#' @import pbapply
|
||||
#' @import stringr
|
||||
#' @import xml2
|
||||
#' @import utils
|
||||
#' @keywords internal
|
||||
"_PACKAGE"
|
||||
|
||||
|
||||
@@ -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
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user