extract_info {BGmisc} | R 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.
[Package BGmisc version 1.3.2 Index]