This function only adds features (feature_type, feature_id) that are not
in the feature_info
table already
append_facile_feature_info( x, feature_info, type = feature_info$feature_type, warn_existing = FALSE )
x | The |
---|---|
feature_info | a table of new features that provides all columns
in |
type | A way to override (or set) the |
invisible returns an annotated version of the feature_info
table with an $added
column with TRUE/FALSE
values for the
features that were new (and added) to the repository or FALSE
to
indicate that they were already in the database.