Skip to contents

Tests whether the user with the specified email has signed in during the current R session. See sign_in() for details.

Usage

is_signed_in(
  hostname = pal::pkg_config_val("hostname"),
  email = pal::pkg_config_val("email", require = TRUE)
)

Arguments

hostname

NocoDB server hostname. A character scalar.

email

E-mail address of the NocoDB user to authenticate with.

Value

A logical scalar.

See also