rsr commands require a user token. To get access to your token:
Once you have this token you should save it to the SYSREV_TOKEN
environmental variable:
Sys.setenv(SYSREV_TOKEN='enter your value')
You can also set the SYSREV_TOKEN environmental variable outside of your code.
Please remember to never share your token and don't put your token anywhere in code that you share.
To check that your token is working, try the below code:
rsr::get_answers(3144)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.