Description Usage Arguments Examples
View source: R/fct_data_processing.R
Looks up the GPS coordinate for the given vessel ID. Finds the observation when it sailed the longest distance between two consecutive observations
1 | get_gps_loc(df, vessel_id)
|
df |
the dataframe containing the SHIPID column. |
vessel_id |
SHIPID found in the dataframe. |
1 2 3 4 | ## Not run:
get_gps_loc(dataframe, vessel_id = "2764")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.