TrackJsonToDF: Transform Tracking Data from json to Data Frame

Description Usage Arguments Value

View source: R/TrackJsonToDF.R

Description

This function transforms tracking data from json to data frame and rename variables to desired names.

Usage

1
2
TrackJsonToDF(json, id = NULL, coor = NULL, time = NULL,
  time.format = NULL)

Arguments

json

a json object.

id

the name of personal identifier in json.

coor

longitude and latitude of tracking points in the format of c("lon","lat").

time

local time variable

time.format

format of time to pass to as.POSIXct

Value

a data frame.


honggao110/TrackCompliance documentation built on May 17, 2019, 4:51 p.m.