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 does not check file properties, only the intended usage of the object.

Examples


M <- annotation_database()
is.writable(M)
#> Error in is.writable(M): could not find function "is.writable"