is.draft(x)
entails !is.published(x)
. These properties are
accessed and set with the "is" methods. The verb functions archive
and publish
are alternate versions of the setters (at least in the
TRUE
direction).
"is.archived"(x)
"is.draft"(x)
"is.published"(x)
"is.archived"(x) <- value
"is.draft"(x) <- value
"is.published"(x) <- value
"is.archived"(x)
"is.draft"(x)
"is.published"(x)
"is.archived"(x) <- value
archive(x)
"is.draft"(x) <- value
"is.published"(x) <- value
publish(x)