Learn R Programming

box (version 1.2.0)

create_export_block: Collect export tag information

Description

Collect export tag information

Usage

create_export_block(expr, ref, info, mod_ns)

parse_object(info, expr, mod_ns)

roxygen2_object(alias, value, type)

Value

create_export_block returns an object of type roxy_block represents an exported declaration expression, along with its source code location.

Arguments

expr

The unevaluated expression represented by the tag.

ref

The code reference srcref represented by the tag.

alias

The object name.

value

The object value.

type

The object type.