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 (a valid UUID)

attributes

list of attributes associated with this record

events

list of events associated with this record

Value

an ejRecord 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"))

Hackout2/repijson documentation built on May 6, 2019, 9:48 p.m.