Learn R Programming

roxygen3 (version 0.1)

Tag-class: [DEV] Tag class

Description

This function is aimed primarily at developers extending this package. You shouldn't need to use it for everyday operation.

The tag class is the base class for all roxygen3 tags. To implement a new tag, you will need to subclass this class.

Usage

Tag()

Arguments

Class hierarchy for Tag

Sub classes:
  • AliasesTag
  • AuthorTag
  • AutoImportsTag
  • ClassHierarchyTag
  • ClassMethodsTag
  • CollateTag
  • CommentTag
  • ConceptTag
  • DebugTag
  • DefaultExportTag
  • DescriptionTag
  • DetailsTag
  • DevTag
  • DocTypeTag
  • EncodingTag
  • ExamplesTag
  • ExampleTag
  • ExportClassTag
  • ExportMethodsTag
  • ExportPatternTag
  • ExportTag
  • FamilyTag
  • FormatTag
  • GenericMethodsTag
  • ImportClassesFromTag
  • ImportFromTag
  • ImportMethodsFromTag
  • ImportTag
  • IncludeTag
  • InheritParamsTag
  • IntroTag
  • KeywordsTag
  • MethodTag
  • NameTag
  • NoRdTag
  • NoteTag
  • ParamTag
  • RdnameTag
  • ReferencesTag
  • ReturnTag
  • S3methodTag
  • SectionTag
  • SeealsoTag
  • SlotTag
  • AutoSlotsTag
  • SourceTag
  • TemplateTag
  • TemplateVarTag
  • TitleTag
  • TagUsageTag
  • UsageTag
  • UseDynLibTag

Generics with methods for Tag

* = methods only defined for subclasses