• Parse an R Authors@R string into structured author information. These are mostly found in R DESCRIPTION files and are a vector of person() calls. For now, this works without the full dataflow engine, so complex cases may not be parsed correctly.

    Parameters

    • authorString: string

    Returns RAuthorInfo[]