parseFCSname {IFC} | R Documentation |
FCS Name Parser
Description
Separates names and alt-names from FCS features names.
Usage
parseFCSname(x)
Arguments
x |
a character vector of FCS features names. |
Details
when created FCS features names are formatted as 'PnN < PnS >'. The current function allows the separation between PnN and PnS.
Value
a 2 columns data.frame of names (PnN) and alt-names (PnS).
[Package IFC version 0.2.1 Index]