mirror of
https://github.com/agdamsbo/prioritized.grouping.git
synced 2025-09-12 10:39:39 +02:00
21 lines
404 B
Text
21 lines
404 B
Text
|
% Generated by roxygen2: do not edit by hand
|
||
|
% Please edit documentation in R/prioritized_grouping.R
|
||
|
\name{file_extension}
|
||
|
\alias{file_extension}
|
||
|
\title{Title}
|
||
|
\usage{
|
||
|
file_extension(filenames)
|
||
|
}
|
||
|
\arguments{
|
||
|
\item{filenames}{character vector of file name. Splits at the last '.'.}
|
||
|
}
|
||
|
\value{
|
||
|
character vector of extension
|
||
|
}
|
||
|
\description{
|
||
|
Title
|
||
|
}
|
||
|
\examples{
|
||
|
file_extension("data/prioritized_sample.csv")
|
||
|
}
|