append_facile_feature_info: Appends new features to 'feature_info' table

View source: R/construction.R

append_facile_feature_infoR Documentation

Appends new features to feature_info table

Description

This function only adds features (feature_type, feature_id) that are not in the feature_info table already

Usage

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.


facileverse/FacileData documentation built on Feb. 24, 2024, 7:59 a.m.