Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

128 changed export_ready parameter default to FALSE #139

Merged
merged 2 commits into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions R/tcplSubsetChid.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#' @param flag Integer, the mc6_mthd_id values to go into the flag count, see
#' details for more information
#' @param type Character of length 1, the data type, "sc" or "mc"
#' @param export_ready Boolean, default TRUE, should only export ready 1 values be included in calculation
#' @param export_ready Boolean, default FALSE, should only export ready 1 values be included in calculation
#'
#' @details
#' \code{tcplSubsetChid} is intended to work with level 5 data that has
Expand Down Expand Up @@ -61,7 +61,7 @@
#' @import data.table
#' @export

tcplSubsetChid <- function(dat, flag = TRUE, type = "mc", export_ready = TRUE) {
tcplSubsetChid <- function(dat, flag = TRUE, type = "mc", export_ready = FALSE) {
## Variable-binding to pass R CMD Check
chit <- hitc <- aeid <- casn <- fitc <- fitc.ordr <- m4id <- nflg <- NULL
chid <- logc <- minc <- NULL
Expand Down
4 changes: 2 additions & 2 deletions man/tcplSubsetChid.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.