label2varLabel <- function(){
label <- nhs_files_pc(file_ext = 'label')
if (length(label)>0){
varLabel <- do::Replace(label,'\\.label','.varLabel')
ck <- file.rename(label,varLabel)
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.