Skip to contents

Reads power data from .CSV files in the specified directory, selecting specific columns and using a custom locale for decimal and grouping marks.

Usage

read_power_data(data_path)

Arguments

data_path

Character string specifying the directory containing .CSV files to read.

Value

A data frame containing timestamp, input, and output columns from the files.

Examples

read_power_data("data/")
#> # A tibble: 0 × 0