read_input {REDCapCAST}R Documentation

Flexible file import based on extension

Description

Flexible file import based on extension

Usage

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

Arguments

file

file name

consider.na

character vector of strings to consider as NAs

Value

tibble

Examples

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

[Package REDCapCAST version 24.2.1 Index]