bp.attr: bp.attr

Description Usage Arguments Examples

Description

This function is used to define attributes for a bp file.

Usage

1
bp.attr(adios.attrname, data)

Arguments

adios.attrname

adios attribute name

data

value of the attribute

Examples

1
2
3
4
5
6
## Not run: 
today <- Sys.Date()
bp.attr("date", format(today, format="%B %d %Y"))
bp.attr("README", "This is just a test.")

## End(Not run)

RBigData/pbdADIOS documentation built on May 8, 2019, 4:55 a.m.