Learn R Programming

datamart (version 0.4.2)

Blogger-class: Location Class for Google's Blogger service

Description

This class implements a small subset of the blogger API. The authentication information (ClientLogin, no OAuth yet) and the title of the blog are passed to the constructor blogger. The meta method provides information on the submitted blogposts. The put method accepts a BlogPostTarget that can be transfered to Blogger. Instantiates an object and authenticates with google.

Usage

blogger(blogtitle = getOption("blogger.blog"),
    email = getOption("blogger.username"),
    password = getOption("blogger.password"),
    clss = "Blogger")

Arguments

blogtitle
name of the (existing) blog. Defaults to getOption("blogger.blog").
email
email adress for authentication. Defaults to getOption("blogger.username").
password
password for authentication. Defaults to getOption("blogger.password").
clss
name of the class for convenient inheritance. Defaults to "Blogger".

Value

  • Blogger

Examples

Run this code
getSlots("Blogger")

Run the code above in your browser using DataLab