Skip to contents

A function that returns TRUE if the database has been designed for use in read and write mode.

Usage

is_writable(obj, ...)

Arguments

obj

A annotation_database object

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"