This function saves a given dataframe to both RDS and XLSX formats. The files are saved in a folder named 'data', and the filenames include the current date.
Examples
if (FALSE) { # \dontrun{
data <- data.frame(x = 1:5, y = 6:10)
save_embrace_data(data)
} # }