Quick Start
1. Create an Account
2. Install the Package
pip install gofigr# From CRAN
install.packages("gofigR")
# Or from GitHub (development version)
library(devtools)
devtools::install_github("gofigr/gofigR")3. Configure GoFigr
gfconfig$ gfconfig
------------------------------
GoFigr configuration
------------------------------
Username: alyssa
Password:
Verifying connection...
=> Authenticated successfully
API key (leave blank to generate a new key):
Key name: Alyssa's Macbook
=> Your new API key will be saved to /Users/alyssa/.gofigr
Please select a default workspace:
[ 1] - Scratchpad - alyssa's personal workspace
Selection [1]: 1
Configuration saved to /Users/alyssa/.gofigr. Happy analysis!4. Capture Your First Figure
5. View Your Figure
Next Steps
Last updated