Learn R Programming

datamart (version 0.4.2)

Pastebin-class: Pastebin

Description

This class exposes partially the Web API to the pastebin service. see Pastebin class for more information

Usage

pastebin(api_dev_key = getOption("pastebin.api_dev_key"),
    api_user_name = getOption("pastebin.api_user_name"),
    api_user_password = getOption("pastebin.api_user_password"),
    clss = "Pastebin")

Arguments

api_dev_key
API Dev Key, default getOption("pastebin.api_dev_key")
api_user_name
API User Name, default getOption("pastebin.api_user_name")
api_user_password
API User password, default getOption("pastebin.api_user_password")
clss
Class name to initiate, default "Pastebin"

Examples

Run this code
getSlots("Pastebin")

Run the code above in your browser using DataLab