# \donttest{
df <- data.frame(name = c("Alice", "Bob", "Alice"),
score = c(90, 85, 90),
stringsAsFactors = FALSE)
clean_dataset(df, remove_duplicates = TRUE, convert_to_case = "upper")
# }
Run the code above in your browser using DataLab