A function that returns TRUE if the database has been designed for use in read and write mode.
Value
TRUE if the database is writable; FALSE otherwise. This method checks both the .writable slot of the object and the file properties.
Examples
M = annotation_database()
is.writable(M)
#> Error in is.writable(M): could not find function "is.writable"