vw_fetch: Callback helpers

View source: R/callback-helpers.R

vw_fetchR Documentation

Callback helpers

Description

These are used by V8 so that R can access the file-system and the network so that external data can be accessed.

Usage

vw_fetch(url, options = NULL, encoding = "UTF-8")

vw_load(filename, encoding = "UTF-8")

Arguments

url

character

options

named list, not yet implemented

filename

character

Details

Assumes the encoding is UTF-8.

Value

character contents of the file or URL


vegawidget documentation built on Sept. 3, 2023, 9:07 a.m.