getArrowFiles.Rd
This function gets the names of all ArrowFiles associated with a given ArchRProject.
getArrowFiles(ArchRProj = NULL)
An ArchRProject
object.
# Get Test ArchR Project
proj <- getTestProject()
# Get Arrow Files
getArrowFiles(proj)