edp_session: edp_session objects

Description Usage Arguments Value Examples

View source: R/session.R

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

1
2

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

1
2
  ## Not run: sess <- edp_session()
  ## Not run: is.edp_session(sess)  # TRUE

edpclient documentation built on May 2, 2019, 2:01 p.m.