cas_browse: Open in a browser a URL stored in the local database

View source: R/cas_browse.R

cas_browseR Documentation

Open in a browser a URL stored in the local database

Description

This function is typically used to check a web page when extracting links from index, or contents from contents pages.

Usage

cas_browse(
  index = FALSE,
  remote = TRUE,
  id = NULL,
  batch = NULL,
  index_group = NULL,
  file_format = "html",
  sample = 1,
  disconnect_db = TRUE,
  ...
)

Arguments

index

Logical, defaults to FALSE. If TRUE, downloaded files will be considered index files. If not, they will be considered contents files. See Readme for a more extensive explanation.

remote

Defaults to TRUE. If TRUE, opens relevant url online. If FALSE, it opens the locally stored file.

sample

Defaults to 1. By default, it opens one random url.

...

Passed to cas_get_db_file().


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