cas_read_db_ignore_id: Read identifiers to be ignored from the local database

View source: R/cas_ignore_id.R

cas_read_db_ignore_idR Documentation

Read identifiers to be ignored from the local database

Description

Read identifiers to be ignored from the local database

Usage

cas_read_db_ignore_id(
  db_connection = NULL,
  db_folder = NULL,
  index_group = NULL,
  disconnect_db = TRUE,
  ...
)

Value

A data frame with a single column, id

Examples

cas_set_options(
  base_folder = fs::path(tempdir(), "R", "cas_read_db_ignore_id"),
  db_folder = fs::path(tempdir(), "R", "cas_read_db_ignore_id"),
  project = "example_project",
  website = "example_website"
)
cas_enable_db()


cas_write_db_ignore_id(id = sample(x = 1:100, size = 10))

cas_read_db_ignore_id()

giocomai/castarter documentation built on April 23, 2024, 11:14 p.m.