mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 05:07:30 +02:00
page, test and coverage
This commit is contained in:
parent
9f68e27f5a
commit
4f7af115f4
21 changed files with 1161 additions and 8 deletions
|
|
@ -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) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue