Learn R Programming

RadEro (version 1.0.8)

resample_data: 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)

Value

A resampled version of "data2" named "_exp.txt" saved in the directory specified by "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").