Learn R Programming

edpclient (version 0.5.1)

edp_session: edp_session objects

Description

Create or test for objects of type edp_session. The edp_session function is the first entry point you'll have into edpclient.

Usage

edp_session(profile = "default")
is.edp_session(x)

Arguments

profile

A profile name, which is a section name in ~/.edp_auth

x

object to be tested

Value

edp_session creates an EDP session object. is.edp_session returns a logical indicating whether the argument came from edp_session.

Examples

Run this code
# NOT RUN {
  
# }
# NOT RUN {
sess <- edp_session()
# }
# NOT RUN {
  
# }
# NOT RUN {
is.edp_session(sess)  # TRUE
# }

Run the code above in your browser using DataLab