address | R Documentation |
This function takes string inputs and converts them into an address object that can be used to send irl art (or as a return address).
address(
name,
address_line_1,
address_line_2 = NULL,
city,
state = NULL,
postal_code,
country
)
name |
The name for the address |
address_line_1 |
The first line of the address |
address_line_2 |
(Optional) A second address line, such as an apartment number. |
city |
the city |
state |
(Optional) The state to send to |
postal_code |
The postal code (ZIP code in the US) |
country |
The 2-character ISO-1366 code for the country. Non-US shipping is experimental! |
send_address <- address(name = "RStudio", address_line_1 = "250 Northern Ave",
city = "Boston", state = "MA", postal_code = "02210", country = "US")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.