read_dataset {niarules}R Documentation

Read a dataset from a CSV file.

Description

This function reads a CSV file and returns the dataset as a data frame.

Usage

read_dataset(dataset_path)

Arguments

dataset_path

The path to the CSV file.

Value

A data frame representing the dataset.


[Package niarules version 0.1.0 Index]