if (FALSE) {
traits_cache
# list files in cache
traits_cache$list()
# delete certain database files
# traits_cache$delete("file path")
# traits_cache$list()
# delete all files in cache
# traits_cache$delete_all()
# traits_cache$list()
# set a different cache path from the default
}
Run the code above in your browser using DataLab