% 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") }