read_tab_import: Read file

View source: R/import.R

read_tab_importR Documentation

Read file

Description

import txt, csv and xls files

Usage

read_tab_import(file, sep = "\t", dec = ".", sheet = 1)

Arguments

file

The file to read

sep

The field separator character. Values on each line of the file are separated by this character.

dec

The character used in the file for decimal points.

Value

A data.frame


KZARCA/simplestats documentation built on April 11, 2025, 10:58 p.m.