resample_data: Resample Input Data

View source: R/resample_data.R

resample_dataR Documentation

Resample Input Data

Description

"resample_data" processes the data based on predefined rules before being read by the C model, and saves the output in a specified directory.

Usage

resample_data(data2, dir1)

Arguments

data2

Input data by ID. The input dataset to be resampled or transformed.

dir1

Temporal directory. Path to the folder where the resampled data will be saved.

Details

This function takes two arguments: a dataset ("data2") and the temporal directory path ("dir1").

Value

A resampled version of "data2" named "_exp.txt" saved in the directory specified by "dir1."


RadEro documentation built on April 12, 2025, 2:13 a.m.

Related to resample_data in RadEro...