diff --git a/README.Rmd b/README.Rmd index 2eb86df..e8fd2dd 100644 --- a/README.Rmd +++ b/README.Rmd @@ -66,3 +66,7 @@ install.packages("scicomptools") ### Checking Access Tokens - **`token_check`**: Checks for whether a token for the supplied API can be found for your current R session. For example, Qualtrics allows direct acquisition of data from R *if* you have a token and your R session "knows" that string. This function quickly checks whether you'd be able to use that workflow (currently only supports search for Qualtrics and GitHub tokens but could be easily expanded!) + +### Exporting GitHub Issues as PDF Files + +- **`issue_extract`**: Exports specified GitHub issues as PDF files when given the URL of a GitHub repository and a numeric vector of GitHub issue numbers. This function will export the first 10 issues as a default. \ No newline at end of file diff --git a/README.md b/README.md index ba215a0..a1e735f 100644 --- a/README.md +++ b/README.md @@ -88,3 +88,10 @@ install.packages("scicomptools") session “knows” that string. This function quickly checks whether you’d be able to use that workflow (currently only supports search for Qualtrics and GitHub tokens but could be easily expanded!) + +### Exporting GitHub Issues as PDF Files + +- **`issue_extract`**: Exports specified GitHub issues as PDF files when + given the URL of a GitHub repository and a numeric vector of GitHub + issue numbers. This function will export the first 10 issues as a + default.