mirror of
https://github.com/agdamsbo/daDoctoR.git
synced 2024-11-22 11:50:23 +01:00
22 lines
611 B
Plaintext
22 lines
611 B
Plaintext
|
% Generated by roxygen2: do not edit by hand
|
||
|
% Please edit documentation in R/redcap_clean_csv.R
|
||
|
\name{redcap_clean_csv}
|
||
|
\alias{redcap_clean_csv}
|
||
|
\title{Easily format csv-files for instrument opload to REDCap}
|
||
|
\usage{
|
||
|
redcap_clean_csv(folder, name = "instrument")
|
||
|
}
|
||
|
\arguments{
|
||
|
\item{folder}{Path to desired folder.}
|
||
|
|
||
|
\item{name}{Desired file name.}
|
||
|
}
|
||
|
\description{
|
||
|
Both Numbers and Excel lacks detailed formatting options for csv-export.
|
||
|
This function formats csv-files for ReDCap instruments after export from said programs.
|
||
|
}
|
||
|
\examples{
|
||
|
csv_redcap_cleaner("/Users/user/REDCap_conversion")
|
||
|
}
|
||
|
\keyword{redcap}
|