Description Usage Arguments Value Examples
Create or test for objects of type edp_session
. The
edp_session
function is the first entry point you'll have into
edpclient.
1 2 | edp_session(profile = "default")
is.edp_session(x)
|
profile |
A profile name, which is a section name in |
x |
object to be tested |
edp_session
creates an EDP session object. is.edp_session
returns
a logical indicating whether the argument came from edp_session
.
1 2 | ## Not run: sess <- edp_session()
## Not run: is.edp_session(sess) # TRUE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.