mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 05:07:30 +02:00
use tools file_ext instead of own
This commit is contained in:
parent
954f58bf1d
commit
9a069a422f
3 changed files with 7 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
% Please edit documentation in R/shiny_cast.R
|
||||
\name{file_extension}
|
||||
\alias{file_extension}
|
||||
\title{Helper to import files correctly}
|
||||
\title{DEPRECATED Helper to import files correctly}
|
||||
\usage{
|
||||
file_extension(filenames)
|
||||
}
|
||||
|
|
@ -13,7 +13,7 @@ file_extension(filenames)
|
|||
character vector
|
||||
}
|
||||
\description{
|
||||
Helper to import files correctly
|
||||
DEPRECATED Helper to import files correctly
|
||||
}
|
||||
\examples{
|
||||
file_extension(list.files(here::here(""))[[2]])[[1]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue