2024-02-26 09:34:05 +01:00
|
|
|
% Generated by roxygen2: do not edit by hand
|
2024-05-02 13:31:21 +02:00
|
|
|
% Please edit documentation in R/shiny_cast.R
|
2024-02-26 09:34:05 +01:00
|
|
|
\name{file_extension}
|
|
|
|
\alias{file_extension}
|
2024-11-18 14:41:30 +01:00
|
|
|
\title{DEPRECATED Helper to import files correctly}
|
2024-02-26 09:34:05 +01:00
|
|
|
\usage{
|
|
|
|
file_extension(filenames)
|
|
|
|
}
|
|
|
|
\arguments{
|
|
|
|
\item{filenames}{file names}
|
|
|
|
}
|
|
|
|
\value{
|
|
|
|
character vector
|
|
|
|
}
|
|
|
|
\description{
|
2024-11-18 14:41:30 +01:00
|
|
|
DEPRECATED Helper to import files correctly
|
2024-02-26 09:34:05 +01:00
|
|
|
}
|
|
|
|
\examples{
|
|
|
|
file_extension(list.files(here::here(""))[[2]])[[1]]
|
2024-04-09 10:54:52 +02:00
|
|
|
file_extension(c("file.cd..ks","file"))
|
2024-02-26 09:34:05 +01:00
|
|
|
}
|