Skip to contents

SeaTable snapshots the BANC bases periodically. A snapshot is the only way back from a bad bulk write to banc_meta, so it is worth knowing how far back they go before you run one.

Usage

banctable_snapshots(
  base_name = "banc_meta",
  workspace_id = "57832",
  token_name = "BANCTABLE_TOKEN"
)

Arguments

base_name

Name of the base.

workspace_id, token_name

SeaTable connection arguments; see banc_seatable_connection().

Value

A data frame of snapshots, one row each.

Examples

if (FALSE) { # \dontrun{
banctable_snapshots()
} # }