separateDataframeByInfluenceArea: Separate a dataframe by influence area

separateDataframeByInfluenceAreaR Documentation

Separate a dataframe by influence area

Description

This function separate any dataframe by influence area according to a sireno port variable available in the dataframe.

Usage

separateDataframeByInfluenceArea(df, cod_port_column)

Arguments

df

is the data frame to split. It's imperative that contain a variable with a sireno port code or with a locode port code.

cod_port_column

is the variable with the port code. It can be a SIRENO port code (4 digits) or a LOCODE (5 uppercase character) code.

Value

a list of data frames for each influence area in the dataframe to separate.


Eucrow/sapmuebase documentation built on April 17, 2024, 10:29 a.m.