View source: R/helper_functions_minimal.R
parse_filename | R Documentation |
Parse input files to get the essential pieces encoded in the filename column
parse_filename(DF, separator = "_")
DF |
DF including the column filename |
separator |
by default "_" |
Same DF with extra columns "project", "experiment", "version", "datetime", "id"
tibble::tibble(filename = "999_RTS_original_2023-02-13T222222_1.csv") |> parse_filename()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.