Skip to content

Commit d5666c4

Browse files
committed
chore: generated docs for get-rm-stats
1 parent 737fec1 commit d5666c4

File tree

4 files changed

+45
-3
lines changed

4 files changed

+45
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: dsHelper
22
Type: Package
33
Title: Helper Functions for Use with 'DataSHIELD'
4-
Version: 0.1.0.9000
4+
Version: 1.0.0.9000
55
Description: Often we need to automate things with 'DataSHIELD'. These functions help to do that.
66
Authors@R:
77
c(person(given= "Tim",

R/get-rm-stats.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
#'
2323
#' @export
2424
dh.getRmStats <- function(df = NULL, outcome = NULL, id_var = NULL, age_var = NULL, conns = NULL) {
25-
variable <- perc_5 <- perc_95 <- cohort <- min_age <- max_age <- valid_n <- NULL
25+
. <- n_meas_5 <- n_meas_95 <- n_meas_med <- variable <- perc_5 <- perc_95 <- cohort <- min_age <-
26+
max_age <- valid_n <- NULL
2627

2728
if (is.null(df)) {
2829
stop("Please provide the name of a datashield dataframe")

R/tidy-env.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#'
1818
#' @export
1919
dh.tidyEnv <- function(obj = NULL, type = c("remove", "keep"), conns = NULL) {
20-
. <- n_meas_5 <- n_meas_95 <- n_meas_med <- NULL
20+
. <- NULL
2121

2222
if (is.null(obj)) {
2323
stop("Please specify one or more objects to remove from environment")

man/dh.getRmStats.Rd

Lines changed: 41 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)