page, test and coverage

This commit is contained in:
AG Damsbo 2023-03-08 11:50:44 +01:00
commit 4f7af115f4
21 changed files with 1161 additions and 8 deletions

View file

@ -6,7 +6,6 @@
#' @param vars_in_data Vector of variable names in the dataset
#' @return A dataframe containing metadata for the variables in the dataset
#' @export
#' @examples
#'
focused_metadata <- function(metadata, vars_in_data) {
@ -99,7 +98,6 @@ focused_metadata <- function(metadata, vars_in_data) {
#'
#' @export
#'
#' @examples
#'
sanitize_split <- function(l,
generic.names = c(
@ -128,8 +126,6 @@ sanitize_split <- function(l,
#'
#' @export
#'
#' @examples
#'
#'
match_fields_to_form <- function(metadata, vars_in_data) {