rm_file_from_db: Function to remove a specific file from the Database

View source: R/rm_file_from_db.R

rm_file_from_dbR Documentation

Function to remove a specific file from the Database

Description

Function to remove a specific file from the Database

Usage

rm_file_from_db(
  filename,
  table_name = "sampler1",
  db_name = "dynament.db",
  path = dynpfad
)

Arguments

filename

name of file

table_name

name of table in db

db_name

name of database

path

path to file

Examples

rm_file_from_db("^b0_work_20200526_102154_smp2.csv")

laurin-f/pkg.WWM documentation built on July 19, 2023, 12:04 a.m.