Skip to contents

This function uploads user data to the database after generating unique identifiers and matching them with existing entries.

Usage

upload_compositions(user_data, database = Sys.getenv("SDB_PATH"))

Arguments

user_data

A data frame containing user compositions.

database

A character string representing the database path. Default is a system environment variable "SDB_PATH".

Value

A formatted list of labels representing the added or matched compositions.