RLogpresso-package: RLogpresso

Description Details Author(s) References See Also Examples

Description

Communicate with Araqne LogDB Library

Details

Package: RLogpresso
Type: Package
Version: 1.0.0
Date: 2014-12-08
License: Apache License, Version 2.0

~~ An overview of how to use the package, including the most important ~~ ~~ functions ~~

Author(s)

Maintainer: Hyunsu Lim <delmitz@eediom.com>

References

~~ Literature or other references for background information ~~

See Also

http://eediom.com/logpresso/

Examples

1
2
3
4
5
6
7
client <- RLogpresso.create()
client$connect("localhost", 80, "araqne", "password")

client$tables()
client$query("YOUR_QUERY_STRING_HERE")

client$disconnect()

logpresso/RLogpresso documentation built on May 21, 2019, 7:37 a.m.