Learn R Programming

RSQLite (version 3.53.3)

sqliteHttpVfsCompiled: Was HTTP VFS compiled into this build?

Description

Returns TRUE if the experimental HTTP/HTTPS virtual file system was compiled in (libcurl detected at build time), FALSE otherwise. This is a compile-time indicator; even if TRUE the VFS might still fail to register at runtime on unusual platforms, in which case sqliteHasHttpVFS() is the definitive runtime capability probe.

Usage

sqliteHttpVfsCompiled()

Arguments

Value

A logical scalar.

Details

sqliteHasHttpVFS() performs a lazy registration attempt when the VFS is compiled in but not yet registered. If the HTTP VFS was not compiled in, calls to sqliteRemote() will error.

Examples

Run this code
sqliteHttpVfsCompiled()

Run the code above in your browser using DataLab