RspPageDirective {R.rsp}R Documentation

The RspPageDirective class

Description

Package: R.rsp
Class RspPageDirective

character
~~|
~~+--RspObject
~~~~~~~|
~~~~~~~+--RspConstruct
~~~~~~~~~~~~|
~~~~~~~~~~~~+--RspDirective
~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~+--RspPageDirective

Directly known subclasses:

public class RspPageDirective
extends RspDirective

An RspPageDirective is an RspDirective that annotates the content of the RSP document, e.g. the content type.

Usage

RspPageDirective(value="page", ...)

Arguments

value

A character string.

...

Arguments passed to the constructor of RspDirective.

Fields and Methods

Methods:

getType Gets the content type.

Methods inherited from RspDirective:
asRspString, getNameContentDefaultAttributes, requireAttributes

Methods inherited from RspConstruct:
asRspString, getComment, getInclude, getSuffixSpecs

Methods inherited from RspObject:
print

Methods inherited from character:
all.equal, as.Date, as.POSIXlt, as.data.frame, as.raster, formula, getDLLRegisteredRoutines, isOpen, toLatex, uses

Author(s)

Henrik Bengtsson


[Package R.rsp version 0.42.0 Index]