Cite: A reference to a CreativeWork that is cited in another...

Description Usage Arguments Value See Also

View source: R/types.R

Description

A reference to a CreativeWork that is cited in another CreativeWork.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
Cite(
  target,
  citationMode,
  content,
  id,
  meta,
  pageEnd,
  pageStart,
  pagination,
  prefix,
  suffix
)

Arguments

target

The target of the citation (URL or reference ID). Required.

citationMode

How the cite is rendered in the surrounding text.

content

Optional structured content/text of this citation.

id

The identifier for this item.

meta

Metadata associated with this item.

pageEnd

The page on which the work ends; for example "138" or "xvi".

pageStart

The page on which the work starts; for example "135" or "xiii".

pagination

Any description of pages that is not separated into pageStart and pageEnd; for example, "1-6, 9, 55".

prefix

A prefix to show before the citation.

suffix

A suffix to show after the citation.

Value

A list of class Cite

See Also

Entity


stencilaschema documentation built on Feb. 22, 2021, 5:05 p.m.