quickMove | R Documentation |
gets a Move object from data
quickMove(
data,
proj = CRS("+ellps=WGS84 +datum=WGS84 +no_defs +proj=latlong"),
timeformat = "%m/%d/%Y %H:%M",
removeDuplicatedTimestamps = FALSE,
projectionType = NULL
)
data: |
dataframe, the input data for bank(data) |
proj: |
CRS object, sent to move::move (be sure to change this if you change projectionType) |
timeformat: |
character (format for use in as.POSIXct), the format Date_Time is in |
removeDuplicatedTimestamps: |
boolean, sent to move::move |
projectionType: |
character or function, sent to bank |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.