Nothing
#' 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(...)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.