Description Usage Arguments Value Examples
This function defines records
output ejRecord
| 1 | create_ejRecord(id, attributes, events)
 | 
| 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 | 
an ejEvent object
| 1 2 3 | #somewhere on South Bank
demoPoints <- sp::SpatialPoints(data.frame(lat=51.4982778, long=-0.0975535),
	proj4string=sp::CRS("+init=epsg:4326"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.