Skip to content

Commit

Permalink
remove instrument docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgirard committed Nov 1, 2024
1 parent 634d42c commit e409740
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ reference:
desc: Functions for importing and examining circumplex instruments
contents:
- instruments
- instrument
- scales
- anchors
- items
Expand Down
2 changes: 1 addition & 1 deletion vignettes/using-instruments.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ instruments()
If there are additional circumplex instruments you would like to have added to the package (especially if you are the author/copyright-holder), please [contact me](mailto:[email protected]). Note that some information (e.g., item text and normative data) may not be available for all instruments due to copyright issues. However, many instruments are released as open-access and have full item text and normative data included in the package.

### Loading a specific instrument
Instrument information is loaded into R's memory when the circumplex package is loaded. We can just refer to each by "code," such as the `csip` code for the Circumplex Scales of Interpersonal Problems.
Instrument information is loaded into R's memory when the circumplex package is loaded. We can just refer to each by "code," such as the `csip` code for the Circumplex Scales of Interpersonal Problems. The code is an object in R's environment, so do not put it in quotes.

```{r}
csip
Expand Down

0 comments on commit e409740

Please sign in to comment.