mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
Initial commit
This commit is contained in:
commit
ccab72aa0f
31 changed files with 6547 additions and 0 deletions
22
man/read_input.Rd
Normal file
22
man/read_input.Rd
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/helpers.R
|
||||
\name{read_input}
|
||||
\alias{read_input}
|
||||
\title{Flexible file import based on extension}
|
||||
\usage{
|
||||
read_input(file, consider.na = c("NA", "\\"\\"", ""))
|
||||
}
|
||||
\arguments{
|
||||
\item{file}{file name}
|
||||
|
||||
\item{consider.na}{character vector of strings to consider as NAs}
|
||||
}
|
||||
\value{
|
||||
tibble
|
||||
}
|
||||
\description{
|
||||
Flexible file import based on extension
|
||||
}
|
||||
\examples{
|
||||
read_input("https://raw.githubusercontent.com/agdamsbo/cognitive.index.lookup/main/data/sample.csv")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue