Browse code

Adds MAIT/ GenomicTuples/ focalCall/ to the repos.

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MAIT@95035 bc3139a8-67e5-0310-9ffc-ced21a209358

Marc Carlson authored on 06/10/2014 23:58:52
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,30 @@
1
+\name{writeExcelTable}
2
+\alias{writeExcelTable}
3
+\title{Writes a csv table}
4
+\description{
5
+Function \code{writeExcelTable} writes a csv table with the input data.
6
+}
7
+\usage{
8
+
9
+writeExcelTable(file,
10
+                file.name)
11
+
12
+}
13
+
14
+\arguments{
15
+  \item{file}{
16
+The data to be saved in the csv file
17
+}
18
+
19
+  \item{file.name}{
20
+The name of the csv file.
21
+}
22
+}
23
+
24
+\value{
25
+A csv file containg the data provided as input in the file parameter.
26
+}
27
+
28
+\author{Francesc Fernandez,
29
+ \email{[email protected]}}
30
+\keyword{internal}
0 31
\ No newline at end of file