Skip to content
Snippets Groups Projects
Commit 434d31af authored by Melisande Blein-Nicolas's avatar Melisande Blein-Nicolas
Browse files

[mcq.write] correction d'anglais

parent 1217c8a6
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
\title{Write Dataframe to file}
\description{This function exports an ods or a flat file containing the data containing in a dataframe create by mcq.get.dataframe, mcq.get.metadata or mcq.get.compar.}
\description{This function exports an ods or a flat file with the data contained in a dataframe created by mcq.get.dataframe, mcq.get.metadata or mcq.get.compar.}
\usage{mcq.write(object, type="flat", sep="\t", dec=".", file="export")
}
......@@ -17,7 +17,7 @@
\item{file}{the name of the exported file without extension. Default value is 'export'.}
}
\details{This function is designed to facilitate export of data from MCQR package. It use the 'write.table' function from 'utils' packages for flat file or 'write_ods' from 'readODS' package for libreoffice spreadsheet.\\n This function does not write row names of dataframe. }
\details{This function is designed to facilitate export of data from MCQR. It uses the 'write.table' function from 'utils' packages for flat file or 'write_ods' from 'readODS' package for libreoffice spreadsheet.\\n This function does not write row names of dataframes. }
\author{PAPPSO (pappso-projetsbioinfo@groupes.renater.fr)}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment