The goal of ghissuesdata is to provide easy access to data from here.
You can install ghissuesdata
# install.packages("remotes")
remotes::install_github("EmilHvitfeldt/ghissuesdata")
library(ghissuesdata)
str(github_issues_training)
#> Classes 'tbl_df', 'tbl' and 'data.frame': 661 obs. of 3 variables:
#> $ text : chr "add please" "Examples, failed to load qml" "DMCHMM" "Moving from MySQL to Hybrid SQL" ...
#> $ label : chr "DOCUMENTATION" "DOCUMENTATION" "DOCUMENTATION" "DOCUMENTATION" ...
#> $ answer: chr "reject" "reject" "reject" "reject" ...
str(github_issues_eval)
#> Classes 'tbl_df', 'tbl' and 'data.frame': 500 obs. of 3 variables:
#> $ text : chr "Node.js: Produce docs files" "# Documentation for Virtual Appliance 3.0\n\nUpdate VA technical documentation, and complete release notes, for"| __truncated__ "# Add Documentation\n\n" "remark-ping: docs mention zestedesavoir, not how to set it up?" ...
#> $ label : chr "DOCUMENTATION" "DOCUMENTATION" "DOCUMENTATION" "DOCUMENTATION" ...
#> $ answer: chr "reject" "accept" "accept" "accept" ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.