rbind_iobr: rbind_iobr

View source: R/rbind_iobr.R

rbind_iobrR Documentation

rbind_iobr

Description

This function combines multiple datasets vertically using the 'rbind' operation. It takes in two required parameters, 'data1' and 'data2', and an optional parameter, 'data3'.

Usage

rbind_iobr(data1, data2, data3 = NULL)

Arguments

data1

The first dataset to be combined. It should be a data.frame or a matrix.

data2

The second dataset to be combined. It should be a data.frame or a matrix.

data3

(Optional) An additional dataset to be combined. It should be a data.frame or a matrix. Default value is NULL.

Value

The combined dataset resulting from the 'rbind' operation on the input datasets.


IOBR/IOBR documentation built on May 5, 2024, 2:34 p.m.