extract_info: Extract Information from Line

View source: R/readPedigree.R

extract_infoR Documentation

Extract Information from Line

Description

This function extracts information from a line based on a specified type.

Usage

extract_info(line, type)

Arguments

line

A character string representing a line from a GEDCOM file.

type

A character string representing the type of information to extract.

Value

A character string with the extracted information.


BGmisc documentation built on April 12, 2025, 2 a.m.