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(
  origin = pal::pkg_config_val("origin"),
  email = pal::pkg_config_val("email", require = TRUE)
)

Arguments

origin

character(1)
NocoDB server origin.

email

character(1)
E-mail address of the NocoDB user to authenticate with.

Value

A logical scalar.

See also