/man/fb_ecosystems.Rd

http://fb-scraping-project.googlecode.com/ · 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{
  4. Obtain a list of ecosystems were the specie is present.
  5. }
  6. \description{
  7. Download, 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{
  10. fb_ecosystems(idFB, Genus, Species, server)
  11. }
  12. \arguments{
  13. \item{idFB}{
  14. FishBase id of the specie to download the data
  15. }
  16. \item{Genus}{
  17. Genus part of the scientific specific name to download the data
  18. }
  19. \item{Species}{
  20. Species part of the scientific specific name to download the data
  21. }
  22. \item{server}{
  23. Optional, set up the desired (closer, faster) FishBase server
  24. }
  25. }
  26. \details{
  27. idFB, 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{
  33. fb_ecosystems(idFB = 24, server = "http://www.fishbase.de")
  34. }
  35. \keyword{FishBase}
  36. \keyword{List}
  37. \keyword{ecosystems}
  38. \keyword{Distribution}