dot-CookiesToTsv: Given a dataframe of cookies from a curl handle (obtained by...

.CookiesToTsvR Documentation

Given a dataframe of cookies from a curl handle (obtained by curl::handle_cookies(h)), return the cookies in the TSV format that libcurl wants to parse them.

Description

Given a dataframe of cookies from a curl handle (obtained by curl::handle_cookies(h)), return the cookies in the TSV format that libcurl wants to parse them.

Usage

.CookiesToTsv(cookies)

Arguments

cookies

a data.frame containing the cookie list from another curl handle, obtained by curl::handle_cookies(h)

Value

a single-element character vector containing the cookies as a single TSV string


Paradigm4/SciDBR documentation built on Nov. 9, 2023, 4:58 a.m.