Skip to content

Commit f56bfd7

Browse files
committed
Remove manual @usage
1 parent df68fc0 commit f56bfd7

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

R/spec_builder.R

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1286,26 +1286,6 @@ spec_type_to_comments <- function(
12861286
#' @param comments comments table from metacore object (optional). Only required when
12871287
#' generating a define.xml enabled metacore object.
12881288
#'
1289-
#' @usage
1290-
#' spec_type_to_supp(
1291-
#' doc,
1292-
#' cols = c(
1293-
#' "dataset" = "[D|d]ataset|[D|d]omain",
1294-
#' "where" = "[W|w]here [C|clause]",
1295-
#' "type" = "[T|t]ype",
1296-
#' "length" = "[L|l]ength",
1297-
#' "origin" = "[O|o]rigin"
1298-
#' ),
1299-
#' sheet = NULL,
1300-
#' where_sep_sheet = TRUE,
1301-
#' where_cols = c(
1302-
#' "id" = "ID",
1303-
#' "variable" = "[V|v]ariable",
1304-
#' "comparator" = "[C|c]omparator",
1305-
#' "value" = "[V|v]alue"
1306-
#' ),
1307-
#' var_spec = NULL, value_spec = NULL, codelist = NULL, comments = NULL)
1308-
#'
13091289
#' @return a dataset formatted for the metacore object (supp table)
13101290
#' @export
13111291
#'

0 commit comments

Comments
 (0)