create_ejRecord: Create a record

Description Usage Arguments Value Examples

View source: R/constructors.R

Description

This function defines records output ejRecord

Usage

1

Arguments

id

This is the unique identifier of the record, usually a column name and the essential information for any data

attributes

list of attributes associated with this record

events

list of events associated with this record

Value

an ejEvent object

Examples

1
2
3
#somewhere on South Bank
demoPoints <- sp::SpatialPoints(data.frame(lat=51.4982778, long=-0.0975535),
	proj4string=sp::CRS("+init=epsg:4326"))

repijson documentation built on May 29, 2017, 2:12 p.m.