Updated docs

This commit is contained in:
Waldir Leoncio 2024-09-13 14:23:11 +02:00
parent b4fe834822
commit aa675d1804
2 changed files with 2 additions and 3 deletions

View file

@ -4,7 +4,7 @@
\alias{handleData} \alias{handleData}
\title{Handle Data} \title{Handle Data}
\usage{ \usage{
handleData(raw_data, format = "Genepop") handleData(raw_data, format = "baps")
} }
\arguments{ \arguments{
\item{raw_data}{Raw data in Genepop or BAPS format} \item{raw_data}{Raw data in Genepop or BAPS format}

View file

@ -17,8 +17,7 @@ importFile(data, format, verbose)
The data in a format that can be used by the other functions The data in a format that can be used by the other functions
} }
\description{ \description{
Imports data from several formats (FASTA, VCF, SAM, BAM, Imports data from several formats (FASTA, VCF, SAM, BAM).
Genepop).
} }
\examples{ \examples{
path_inst <- system.file("extdata", "", package = "rBAPS") path_inst <- system.file("extdata", "", package = "rBAPS")