read_tab_export: Read file

read_tab_exportR Documentation

Read file

Description

This is a wrapper of read_tab_imp

Usage

read_tab_export(file, sep = ",", dec = ".")

Arguments

file

The file to read

sep

The field separator character. Values on each line of the file are separated by this character. If sep = "" (the default for read.table) the separator is ‘white space’, that is one or more spaces, tabs, newlines or carriage returns.

dec

The character used in the file for decimal points.

Value

A data.frame


KZARCA/simplestats documentation built on Feb. 19, 2024, 1:11 a.m.