Skip to content
master
Go to file
Code

Latest commit

* All methods that read from or write to the socket, have been moved to SocketClass.R.
* The 'Bind' command accepts single values and sequences. Types can be added.
* Results from querys can be transformed to dataframes or tibbles.
18606fc

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
man
Apr 3, 2020
Feb 29, 2020
Apr 3, 2020

README.md

RBaseX

BaseX R Client

Revision history

Version 0.3.0 : 2020-04-20

  • All methods that read from or write to the socket, have been moved to SocketClass.R.
  • The 'Bind' command accepts single values and sequences. Types can be added.
  • Results from querys can be transformed to dataframes or tibbles.

Implementation

RBaseX is a full implementation of the BaseX server protocol. RBaseX may be used to create, update and query databases.

RBaseX has been developed using the R6-classes. You can call the public methods directly or use the wrapper methods.

Using RBaseX

This is a development-version of RBaseX. To install, download the latest tar.gz to your filesystem. You can install this tar with "install.packages(file.choose(), repos=NULL)"

The latest official release can be found at https://cran.r-project.org/package=RBaseX

About

No description, website, or topics provided.

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.