{"id":15555386,"url":"https://github.com/sckott/rfna","last_synced_at":"2025-04-23T19:48:47.639Z","repository":{"id":2029328,"uuid":"2965765","full_name":"sckott/rfna","owner":"sckott","description":"Web page scraping for eFloras, including the Flora of North America","archived":false,"fork":false,"pushed_at":"2020-09-17T16:39:11.000Z","size":60,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-18T18:29:25.363Z","etag":null,"topics":["efloras","flora","floras","north-america","r","r-package","rstats"],"latest_commit_sha":null,"homepage":"https://sckott.github.io/rfna","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sckott.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-12-12T16:53:32.000Z","updated_at":"2020-09-17T16:34:38.000Z","dependencies_parsed_at":"2022-09-04T04:20:21.239Z","dependency_job_id":null,"html_url":"https://github.com/sckott/rfna","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sckott%2Frfna","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sckott%2Frfna/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sckott%2Frfna/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sckott%2Frfna/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sckott","download_url":"https://codeload.github.com/sckott/rfna/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250504085,"owners_count":21441527,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["efloras","flora","floras","north-america","r","r-package","rstats"],"created_at":"2024-10-02T15:09:05.116Z","updated_at":"2025-04-23T19:48:47.590Z","avatar_url":"https://github.com/sckott.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"rfna\n====\n\n```{r echo=FALSE}\nknitr::opts_chunk$set(\n  comment = \"#\u003e\",\n  collapse = TRUE\n)\n```\n\n[![Build Status](https://travis-ci.org/sckott/rfna.svg?branch=master)](https://travis-ci.org/sckott/rfna) [![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)\n\n\nThis set of functions scrapes web content, and allows searches of the content, on the eFloras website, including Flora of North America, etc.\n\nThe website: \u003chttp://www.efloras.org\u003e\n\n## Installation\n\nInstall `rfna`\n\n```{r eval=FALSE}\nremotes::install_github(\"sckott/rfna\")\n```\n\n```{r}\nlibrary('rfna')\n```\n\n## Usage\n\nGet families\n\n```{r}\nres \u003c- get_families(\"fna\")\nres$names[1:10]\n```\n\nGet genera\n\n```{r}\nres \u003c- get_genera(from='fna', family='Asteraceae')\nres$names[1:10]\n```\n\nParse a page\n\n```{r}\npg1\u003c-'http://www.efloras.org/browse.aspx?flora_id=1\u0026start_taxon_id=10074\u0026page=1'\nhead(parse_page(pg1))\n```\n\nGet state (paleate or epaleate) of receptacle.\n\n```{r}\nurl \u003c- 'http://www.efloras.org/florataxon.aspx?flora_id=1\u0026taxon_id=102552'\nreceptacle(url)\n```\n\n## Meta\n\n* Please [report any issues or bugs](https://github.com/sckott/rfna/issues)\n* License: MIT\n* Get citation information for `rfna` in R doing `citation(package = 'rfna')`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsckott%2Frfna","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsckott%2Frfna","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsckott%2Frfna/lists"}