mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 13:17:30 +02:00
first commit to add shiny app for basic upload of dictionary and dataset
This commit is contained in:
parent
796826d7d9
commit
05c0f35016
12 changed files with 333 additions and 5 deletions
20
man/file_extension.Rd
Normal file
20
man/file_extension.Rd
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
% 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]]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue