R/RcppExports.R

Defines functions .done .init .submit .clear .query .consult

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

.consult <- function(files) {
    .Call('_rswipl_consult_', PACKAGE = 'rswipl', files)
}

.query <- function(q) {
    .Call('_rswipl_query_', PACKAGE = 'rswipl', q)
}

.clear <- function() {
    .Call('_rswipl_clear_', PACKAGE = 'rswipl')
}

.submit <- function() {
    .Call('_rswipl_submit_', PACKAGE = 'rswipl')
}

.init <- function(argv0, arglist) {
    .Call('_rswipl_init_', PACKAGE = 'rswipl', argv0, arglist)
}

.done <- function() {
    .Call('_rswipl_done_', PACKAGE = 'rswipl')
}

Try the rswipl package in your browser

Any scripts or data that you put into this service are public.

rswipl documentation built on April 3, 2025, 5:53 p.m.