get_module: Extract Summary Tables

Description Usage Arguments

View source: R/accucomp-reader.R

Description

Extracts Summary tables from AccuComp-table

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
get_module(
  x,
  start,
  end,
  varnames,
  clean = FALSE,
  tidy = TRUE,
  trim = NULL,
  values_numeric = FALSE
)

Arguments

x

Filepath to AccuComp-table (.XLS)

start

Start-term to look for. Character vector one or two elements.

end

end-term to look for. Character vector one or two elements.

varnames

Desired column names of output.

clean

Should output be cleaned from trailing ":"?

tidy

Is input tidy (i.e. two variable names are present?)

trim

Should output table be trimmed? Default NULL, else two-element numeric vector (specifying head and tail cutoff)

values_numeric

Should values (second column) be transformed to numeric values?


lmuenter/coulteR documentation built on Aug. 6, 2021, 8:43 p.m.