R/familias-deprecated.R

Defines functions readFam

Documented in readFam

#' Import/export from Familias
#'
#' @description
#' Functions for reading .fam files associated with the Familias
#' software for forensic kinship computations.
#'
#' ***Deprecated*** These functions have been moved to a separate package,
#' `pedFamilias`, and will be removed from `forrel` in a future version.
#'
#' @param ... Arguments passed on to the respective `pedFamilias` function.
#'
#' @name familias
NULL


#' @rdname familias
#' @export
readFam = function(...) {
  cat("Deprecated, use `pedFamilias::readFam()` instead.\n")
  pedFamilias::readFam(...)
}

Try the forrel package in your browser

Any scripts or data that you put into this service are public.

forrel documentation built on Sept. 11, 2024, 9:15 p.m.