Description Details Author(s) References See Also Examples
Communicate with Araqne LogDB Library
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 ~~
Maintainer: Hyunsu Lim <delmitz@eediom.com>
~~ Literature or other references for background information ~~
http://eediom.com/logpresso/
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()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.