# \donttest{
# Create sample data
data <- matrix(rnorm(100), nrow = 10)
cleaned_data <- as.data.frame(data)
# Save to a temporary location (CRAN policy compliant)
temp_file <- tempfile(fileext = ".csv")
export_clean(cleaned_data, temp_file)
# }
Run the code above in your browser using DataLab