Rename emuDB
Rename a emuDB. This effectively renames the folder of a emuDB the _DBconfig.json file as well as the "name" entry in the _DBconfig.json file and the _emuDBcache.sqlite file if available.
rename_emuDB(databaseDir, newName)
databaseDir |
directory of the emuDB |
newName |
new name of emuDB |
## Not run: ################################## # prerequisite: loaded ae emuDB # (see ?load_emuDB for more information) # rename ae emuDB to "aeNew" rename_emuDB(databaseDir = "/path/2/ae_emuDB", newName = "aeNew") ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.