View source: R/rm_file_from_db.R
rm_file_from_db | R Documentation |
Function to remove a specific file from the Database
rm_file_from_db(
filename,
table_name = "sampler1",
db_name = "dynament.db",
path = dynpfad
)
filename |
name of file |
table_name |
name of table in db |
db_name |
name of database |
path |
path to file |
rm_file_from_db("^b0_work_20200526_102154_smp2.csv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.