powered by
Create or test for objects of type edp_session. The edp_session function is the first entry point you'll have into edpclient.
edp_session
edp_session(profile = "default") is.edp_session(x)
A profile name, which is a section name in ~/.edp_auth
~/.edp_auth
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.
is.edp_session
# 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