Ensures that a content name fits the specifications / requirements of Posit Connect. Throws an error if content name is invalid. Content names (as of the time of writing) must be between 3 and 64 alphanumeric characters, dashes, and underscores

verify_content_name(name)

Arguments

name

The proposed content name

Value

The name (or an error if invalid)