Learn R Programming

REDCapCAST (version 25.3.1)

read_input: Flexible file import based on extension

Description

Flexible file import based on extension

Usage

read_input(file, consider.na = c("NA", "\"\"", ""))

Value

tibble

Arguments

file

file name

consider.na

character vector of strings to consider as NAs

Examples

Run this code
read_input("https://raw.githubusercontent.com/agdamsbo/cognitive.index.lookup/main/data/sample.csv")

Run the code above in your browser using DataLab