sub_bk | R Documentation |
Replace extension '.bk'
sub_bk(path, replacement = "", stop_if_not_ext = TRUE)
path |
String with extension '.bk'. |
replacement |
Replacement of '.bk'. Default replaces by nothing. |
stop_if_not_ext |
If |
String with extension '.bk' replaced by replacement
.
path <- "toto.bk"
sub_bk(path)
sub_bk(path, ".rds")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.