Description Usage Arguments Examples
View source: R/fct_data_processing.R
Gets the list of unique vessels' ID. The vessels' ID can be filtered based on vessel type.
1 | get_vessel_id(df, ship_type = NULL)
|
df |
the dataframe containing the SHIP_ID column. |
ship_type |
the ship_type contained in the ship_type column of the df. |
1 2 3 4 5 | ## Not run:
get_vessel_id(dataframe)
get_vessel_id(dataframe, ship_type == "Cargo")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.