Skip to content

Commit

Permalink
docs: 📝 add code chunk on steps to take for starting project
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed Sep 11, 2024
1 parent 214a2f3 commit e8d95b6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions vignettes/admin.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@ Still in development.
project abbreviation to create the project, add it to the Steno
GitHub, set up permissions, and add the user to the repo.

```{r}
#| eval: false
# Example of how to run the functions
# Find what the correct id is for the project
ukbAid:::admin_get_project_ids()
# Confirm the username to use
ukbAid:::gh_get_users()
# Then create the project!
ukbAid:::admin_start_approved_project("USER", "PROJECT_ID")
```

## General admin

### On GitHub or own computer
Expand Down

0 comments on commit e8d95b6

Please sign in to comment.