How to Connect Displayr to the Slack API

In my Displayr document, I have an R table connected to a database that automatically refreshes every hour. This database provides details about people who have signed up to my new software package. Instead of manually checking to see how many people have signed up, I want to be automatically alerted of the number of […]
Using the API to Create a Regression and Save Values as a JavaScript Variable

Step 1: Do everything in Getting Started with the Displayr API Once you have done this, open up the document and it should look like this: Step 2: Obtain the Document secret To modify a document using the API we need to know its Document secret. This is found by following these steps: Go to the document’s […]
Merging Data Files Using the API

Step 1: Do everything in Getting Started with the Displayr API Once you have done this, open up the document and review the sample size on the first page, which should be 725, as shown below. Step 2: Obtain the Document secret To modify a document using the API we need to know its Document secret. This […]
Getting Started with the Displayr API

What is the Displayr API Good For? The Displayr API is useful for: Automatic setup of basic projects Automated updating and merging of data files It is rarely sensible to attempt to use the API to create beautiful online documents or advanced statistical analyses. In the case of gorgeous online documents, it is almost always […]
How to Connect Displayr to the Google Analytics API

Everyone who has access to Google Analytics also has access to their API. As with many APIs, the most challenging part of this equation can be the authentication process. There are a handful of different methods of authentication via R, each with their pros and cons (see here for examples) but the common element is […]
