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.
Authors@R
R
person()
Parse an R
Authors@Rstring into structured author information. These are mostly found inRDESCRIPTION files and are a vector ofperson()calls. For now, this works without the full dataflow engine, so complex cases may not be parsed correctly.