import_stat_units_csv: import_stat_units_csv

Description Usage Arguments Value

View source: R/import_stat_units_csv.R

Description

Import stat_units from a CSV file.

Usage

1
2
3
4
5
6
7
import_stat_units_csv(
  csv_path,
  stat_unit = "stat_unit",
  optional_data,
  delim = ",",
  model = analysr_env
)

Arguments

csv_path

A path to the csv file.

stat_unit

A string containing the stat_unit label.

optional_data

A vector containing label to import in descriptions table.

delim

The separator to read csv (not required). Default: ,

model

An AnalysR env. Default: analysr_env

Value

A boolean (TRUE if no errors)


analysr/analysr documentation built on Feb. 13, 2022, 11:22 a.m.