mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-22 05:20:23 +01:00
23 lines
532 B
R
23 lines
532 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/shiny_cast.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")
|
|
}
|