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
)

Arguments

x

The FacileDataSet

feature_info

a table of new features that provides all columns in feature_info_tbl(x)

type

A way to override (or set) the feature_type column of the feature_info table

Value

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.