Skip to content

Commit 6ac010f

Browse files
add docs
1 parent bc661a3 commit 6ac010f

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

R/helpNames.R

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ standardizeColnames <- function(df, verbose = FALSE) {
5959
#' @param twinID The original name for the twin ID column. Default is "twinID".
6060
#' @param zygosity The original name for the zygosity column. Default is "zygosity".
6161
#' @param sex The original name for the sex column. Default is "sex".
62+
#' @param verbose A logical indicating whether to print progress messages.
6263
#' @return A pedigree dataframe with restored original column names.
6364
restorePedColnames <- function(ped,
6465
famID = "famID",
@@ -72,8 +73,7 @@ restorePedColnames <- function(ped,
7273
twinID = "twinID",
7374
zygosity = "zygosity",
7475
sex = "sex",
75-
verbose = FALSE
76-
) {
76+
verbose = FALSE) {
7777
if (verbose == TRUE) {
7878
message("Restoring original column names...")
7979
}
@@ -118,7 +118,6 @@ restorePedColnames <- function(ped,
118118
}
119119

120120

121-
122121
# Repair Pedigree
123122
#
124123
# This function applies a list of repair functions sequentially to a pedigree.

man/restorePedColnames.Rd

Lines changed: 2 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)