Description Usage Arguments Examples
View source: R/fct_data_processing.R
Gets the list of unique vessels' types. It looks in the ship_type column of the dataframe and returned the list of unique types.
1 |
df |
the dataframe containing the ship_type column. |
1 2 3 4 | ## Not run:
get_vessel_type(dataframe)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.