call_sources {manydata} | R Documentation |
Call sources and citations
Description
These functions call any source or citation information that is available
for a datacube or dataset.
The function can be used on its own to the console,
called during another function call such as consolidate()
or pluck()
,
or is used to automatically and consistently populate help files.
Usage
call_sources(x)
call_citations(x, output = c("console", "help"))
Arguments
x |
A datacube or dataset |
output |
Whether the output should be formatted for "console" or the "help" page. |
[Package manydata version 1.0.3 Index]