Learn R Programming

repijson (version 0.1.0)

create_ejRecord: Create a record

Description

This function defines records output ejRecord

Usage

create_ejRecord(id, attributes, events)

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

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

Run the code above in your browser using DataLab