Add: Add

View source: R/Add.R

AddR Documentation

Add

Description

Adds a new resource to the opened database.

Usage

Add(session, path, input)

Arguments

session

BasexClient instance-ID

path

Path

input

Additional input (optional)

Details

The input can be a UTF-8 encoded XML document, a binary resource, or any other data (such as JSON or CSV) that can be successfully converted to a resource by the server. The utility-function input_to_raw can be used to convert an arbitrary character vector to a stream. This method returns self invisibly, thus making it possible to chain together multiple method calls.

Value

A list with two items

  • info Aditional info

  • success Boolean, indicating if the command was completed successfull

Examples

## Not run: 
Add(Session, "test", "<xml>Add</xml>")

## End(Not run)


RBaseX documentation built on Dec. 2, 2022, 5:10 p.m.

Related to Add in RBaseX...