check_cookie: Check Cookie

View source: R/ats_auth.R

check_cookieR Documentation

Description

Check that a particular cookie exists for a certain site

Usage

check_cookie(url, cookie)

Arguments

url

http hostname (base url)

cookie

name of the cookie to check

Value

True if cookie exists, false if not

Examples

## Not run: 

check_cookie(ats_base_url, "ARRAffinity")


## End(Not run)


Huh/collar documentation built on Jan. 19, 2025, 1:15 a.m.