/man/fb_ecosystems.Rd
Unknown | 38 lines | 38 code | 0 blank | 0 comment | 0 complexity | 5541edfcc61a073447b54f96bbf72f7c MD5 | raw file
1\name{fb_ecosystems} 2\alias{fb_ecosystems} 3\title{ 4Obtain a list of ecosystems were the specie is present. 5} 6\description{ 7Download, as a table, the list of ecosystems where records of the specie exist. Read the HTMLwebpage, recognize the table and transform it into a Data.Frame object. 8} 9\usage{ 10fb_ecosystems(idFB, Genus, Species, server) 11} 12\arguments{ 13 \item{idFB}{ 14FishBase id of the specie to download the data 15} 16 \item{Genus}{ 17Genus part of the scientific specific name to download the data 18} 19 \item{Species}{ 20Species part of the scientific specific name to download the data 21} 22 \item{server}{ 23Optional, set up the desired (closer, faster) FishBase server 24} 25} 26\details{ 27idFB, Genus and Species are required. If is not available, it is possible to use Genus and Species and the function \link{fb_ids} will obtain the idFB. 28} 29\seealso{ 30 \code{\link{fb_ids}} 31} 32\examples{ 33fb_ecosystems(idFB = 24, server = "http://www.fishbase.de") 34} 35\keyword{FishBase} 36\keyword{List} 37\keyword{ecosystems} 38\keyword{Distribution}