import_files: import_files

View source: R/import_files.R

import_filesR Documentation

import_files

Description

imports files #'

Usage

import_files(path, filetype = "tsv", col_names = TRUE)

Arguments

path

path where the files are present

filetype

example: "tsv" "csv", default set to tsv

col_names

TRUE if first row is the header, the default

Examples

## Not run: 
quiet(cat("test"))
quiet(warning("test"))
quiet(warning("test"), all=T)

## End(Not run)
# This is a function that suppresses log info

bbica/MetaViral documentation built on June 23, 2022, 7:11 p.m.