create_rrd_trimmed: Create trimmed down density-only version of the database

View source: R/create_rrd_trimmed.R

create_rrd_trimmedR Documentation

Create trimmed down density-only version of the database

Description

This function creates a trimmed down version of the database which does not contain the tables only necessary for the classification. It does not do anything with the original database.

Usage

create_rrd_trimmed(
  db = getOption("RRDdb", "LEEF.RRD.sqlite"),
  trimmed_db = gsub("\\.sqlite", ".trimmed.sqlite", db)
)

Arguments

db

fully qualified path to the sqlite database. Default, read from option RRDdb. If not set, defaults to option RRDdb; if this is not set, defaults to LEEF.RRD.sqlite

trimmed_db

fully qualified path to the trimmed sqlite database. Defaults to the db with the extension trimmed.sqlite instead of sqlite.

Value

the path and name of the trimmed database


LEEF-UZH/LEEF.analysis documentation built on Feb. 8, 2025, 11:18 a.m.