fileCountProject: The number of files in the projects

Description Usage Arguments Value Examples

View source: R/fileCountProject.R

Description

The number of files in the projects

Usage

1
2
fileCountProject(projectAccession = c("PXD000001", "PXD000002"),
  accessionRownames = TRUE)

Arguments

projectAccession

character, a vector of project accessions. The default is c("PXD000001", "PXD000002")

Value

a data.frame, the number of files in the projects.

Examples

1
2
3
4
5
6
7
{
## Not run: 
fileCountProject("PXD000002")
fileCountProject(c("PXD000001", "PXD000002"))

## End(Not run)
}

paodan/prideDownloader documentation built on May 6, 2019, 11:44 a.m.