read_pcibex: Read the results from a PCIbex experiment

View source: R/read.R

read_pcibexR Documentation

Read the results from a PCIbex experiment

Description

Converts a comma-separated PCIbex results file into rectangular format.

Usage

read_pcibex(
  file,
  encoding = "UTF-8",
  exclude_controller_name = FALSE,
  type_opts = list()
)

Arguments

file

Path to the results file

encoding

The name of the encoding to be assumed.

exclude_controller_name

For backwards compatibility, whether to skip the column for "Controller name". In a previous version of PCIbex (last checked: September 2021), "Controller name" appeared in the column specification as the third column but does not have associated values in the results. This has since been fixed, so the value is set to FALSE by default.

type_opts

A list of arguments passed to type.convert(), or readr::type_convert() if tidyverse is installed.

Value

A dataframe


yjunechoe/penngradlings documentation built on Sept. 6, 2024, 8:13 p.m.