Skip to contents

Displays useful information about the current configuration, including global options and the status of the SedonaDB context.

Usage

sx_sitrep(verbosity = NULL)

Arguments

verbosity

Character or NULL. Controls message output for this function call.

  • "quiet": Suppress all informational messages.

  • "info": Show standard progress and status messages.

  • "debug": Show additional diagnostic messages for troubleshooting.

If NULL (the default), uses the global sx.verbosity option. See sx_options() for persistent configuration.

Value

Invisibly returns a list with the current status configuration.

Examples

sx_sitrep()