API documentation

Exported types and functions

The Block data type

CiteEXchange.blocktypesFunction

Find list of unique block types in a group.

blocktypes(blockgroup)
source

Find list of unique block types in a group.

blocktypes(cexsrc)
source

The blocks function

CiteEXchange.blocksFunction

Find blocks of a given type in a blockgroup.

blocks(blockgroup, blocktype)
source

Parse s into an Array of Blocks.

blocks(s)
source

Parse s into an Array of Blocks.

blocks(s, sreader)
source

Parse CEX data from file fname into an Array of Blocks.

blocks(fname, freader)
source

Parse CEX data from url into an Array of Blocks.

blocks(url, ureader)
source

Parse cexsrc and find blocks of type blocktype.

blocks(cexsrc, blocktype)
source

Find blocks of type blocktype in a CEX source to read with reader T.

blocks(cexsrc, T, blocktype)
source

The data function

CiteEXchange.dataFunction

Find data lines for all blocks of type blocktype in a Vector of Blocks.

data(blockgroup, blocktype; delimiter, complement)
source

Find data lines for all blocks of type blocktype in the CEX string s.

data(s, blocktype; delimiter, complement)
source

Find data lines for all blocks of type blocktype after parsing the CEX source with reader T.

data(src, T, blocktype; delimiter, complement)
source