name_series | R Documentation |
Function to create files without over writing them.
name_series(name_file, type_file)
name_file |
String, representing the name of the file |
type_file |
String, representing the extension of the file |
It will add an underscore and the next number of the series.
String, with the next name of the series
name_series("test", "csv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.