This function only identifies possibly bad files.
You have to remove/delete them yourself. See example for
how to do so. You can also open up your cache folder and
delete them that way as well.
# NOT RUN {# identify likely bad filesres <- cache_file_info()
# you can remove them yourself, e.g.,# invisible(lapply(res$xml_abstract_only, unlink))# }