load_value: Load table

Description Usage Arguments Value

View source: R/load-value.R

Description

Reads in csv file from current table folder.

Usage

1
2
load_value(rowname, colname = "estimate", folders = get_folders(),
  name = "estimates", type = "results", digits = 6)

Arguments

rowname

string of name of row containing value

colname

string of name of column containing value

folders

string of folders containing table - separate folders with '/'

name

the name of the table (csv extension is not required)

type

the table type i.e. results (default) or analysis etc.

digits

count of number of significant digits

Value

a data.frame of the table


poissonconsulting/poiscon documentation built on Feb. 18, 2021, 11:16 p.m.