View source: R/create_rrd_trimmed.R
create_rrd_trimmed | R Documentation |
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.
create_rrd_trimmed(
db = getOption("RRDdb", "LEEF.RRD.sqlite"),
trimmed_db = gsub("\\.sqlite", ".trimmed.sqlite", db)
)
db |
fully qualified path to the sqlite database. Default, read
from option |
trimmed_db |
fully qualified path to the trimmed sqlite database.
Defaults to the db with the extension |
the path and name of the trimmed database
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.