create_lab_node: Create a lab/account XML::xmlNode suitable for POSTing

View source: R/Lab.R

create_lab_nodeR Documentation

Create a lab/account XML::xmlNode suitable for POSTing

Description

Create a lab/account XML::xmlNode suitable for POSTing

Usage

create_lab_node(name, shipping_address = NULL, billing_address = NULL,
  website = NULL)

Arguments

name

character lab/account name (required)

shipping_address

named character vector ala [street='123 Main', city='East Boothbay Harbor', etc.]

billing_address

named character vector

website

character website

Value

XML::xmlNode


BigelowLab/genologicsr documentation built on June 7, 2024, 3:15 a.m.