powered by
Replace extension 'bk'
sub_bk(path, replacement = "")
String with extension 'bk'.
Replacement of '.bk'. Default replaces by nothing.
String with extension '.bk' replaced by replacement.
replacement
# NOT RUN { path <- "toto.bk" sub_bk(path) sub_bk(path, ".rds") # }
Run the code above in your browser using DataLab