knitr::opts_chunk$set(echo = TRUE)
Submitting Author: Lingshu Hu; Michael W. Kearney (LingshuHu@github_handle)
Repository: https://github.com/LingshuHu/healthforum
Version submitted: 0.1.0
Editor: TBD
Reviewer 1: TBD
Reviewer 2: TBD
Archive: TBD
Version accepted: TBD
Package: healthforum Type: Package Title: Scrape Patient Forum Data Version: 0.1.0 Authors@R: c( person("Lingshu", "Hu", , email = "lingshu.hu@hotmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0304-882X")), person("Michael W.", "Kearney", , email = "kearneymw@missouri.edu", role = c("ctb"), comment = c(ORCID = "0000-0002-0730-4694"))) Description: Scrape data from Patient Forum <https://patient.info/forums> by entering urls. It will return a data frame containing text, user names, like counts, reply counts, etc. License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Imports: rvest, magrittr, xml2, purrr, tokenizers, stringr, tibble Depends: R (>= 3.5.0) RoxygenNote: 6.1.1 Suggests: testthat (>= 2.1.0), knitr, rmarkdown VignetteBuilder: knitr
Please indicate which category or categories from our package fit policies this package falls under: (Please check an appropriate box below. If you are unsure, we suggest you make a pre-submission inquiry.):
Explain how and why the package falls under these categories (briefly, 1-2 sentences):
Data retrieval: this package is used to download data from patient.info forum.
Data extraction: the data obtained from Patient forum is unstructured, including text, date, behavior traces, etc.
Data munging: this package parses the unstructured data to dataframes.
Who is the target audience and what are scientific applications of this package?
Health communication scholars or researchers who are interested in user-generated health information.
Are there other R packages that accomplish the same thing? If so, how does yours differ or meet our criteria for best-in-category?
To our best knowledge, there is no other R package designed to obtain data from patient.info forum.
If you made a pre-submission enquiry, please paste the link to the corresponding issue, forum post, or other discussion, or @tag the editor you contacted.
Confirm each of the following by checking the box. This package:
JOSS Options
paper.md
matching JOSS's requirements with a high-level description in the package root or in inst/
.MEE Options
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.