mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-22 13:30:23 +01:00
21 lines
393 B
Plaintext
21 lines
393 B
Plaintext
|
% Generated by roxygen2: do not edit by hand
|
||
|
% Please edit documentation in R/utils.r
|
||
|
\name{file_extension}
|
||
|
\alias{file_extension}
|
||
|
\title{Helper to import files correctly}
|
||
|
\usage{
|
||
|
file_extension(filenames)
|
||
|
}
|
||
|
\arguments{
|
||
|
\item{filenames}{file names}
|
||
|
}
|
||
|
\value{
|
||
|
character vector
|
||
|
}
|
||
|
\description{
|
||
|
Helper to import files correctly
|
||
|
}
|
||
|
\examples{
|
||
|
file_extension(list.files(here::here(""))[[2]])[[1]]
|
||
|
}
|