Skip to content

More Complete API

Compare
Choose a tag to compare
@ralmond ralmond released this 16 Apr 23:18
· 36 commits to master since this release
a2b30f6

This is the RNetica implemenation for Peanut 0.8-3.

To start a session

sess <- RNetica::NeticaSession(LicenseKey="XXX")
RNetica::startSession(sess)

nethouse <- PNetica::BNWarehouse(manifest,session=sess).

At this point, all other calls can be make through Peanut generic functions.

Note: Manual is still very incomplete, see Peanut for descriptions of the generic functions for most methods.