build_filename | R Documentation |
Module to infer names of .csv files based on metadata+key or experiment_folder+key Build a filename based on the metadata and a key
build_filename(
result_folder,
metadata,
key = NULL,
suffix = "",
extension = ".csv"
)
result_folder |
Path to a folder where to save results. If not passaed, it is set to experiment_folder |
metadata |
data.table with all information about the experiment i.e. when it was done, etc |
key |
Name of a table in the resulting database |
suffix |
A character (word) that will differentiate resulting output from other output produced on the same experiment folder. Useful for segmenting the experiment into different periods of interest and analyzing these periods separately. |
extension |
Extension of file (.csv, ...) |
Filename with systematic metainformation and key to differentiate it from other files from the same experiment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.