View source: R/class-tidycpt.R
file_name | R Documentation |
Obtain a descriptive filename for a tidycpt object
file_name(x, data_name_slug = "data")
x |
A tidycpt object |
data_name_slug |
character string that will identify the data set used in the file name |
file_name()
generates a random, unique string indicating the algorithm and
fitness()
for a tidycpt object.
A character
string giving a unique file name.
# Generate a unique name for the file
DataCPSim |>
segment(method = "pelt") |>
file_name()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.