Skip to content

Commit 086b2e1

Browse files
committed
export check_data
1 parent 1045bb3 commit 086b2e1

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Generated by roxygen2: do not edit by hand
22

3+
export(check_data)
34
export(convert_age_to_years)
45
export(create_clinical_hist_table)
56
export(create_clinical_table)

R/check_data.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#' @export
2+
#'
13
check_data <- function(data){
24
studyid = data %>%
35
count(STUDYID)

0 commit comments

Comments
 (0)