From 098e5273e69304c1abc13874b333017a1e76a6f5 Mon Sep 17 00:00:00 2001 From: Anh Nguyet Vu Date: Tue, 12 Mar 2024 16:36:00 -0600 Subject: [PATCH] Update vignette --- vignettes/package-installation.Rmd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vignettes/package-installation.Rmd b/vignettes/package-installation.Rmd index 0d0bdd1d..e9923f2b 100644 --- a/vignettes/package-installation.Rmd +++ b/vignettes/package-installation.Rmd @@ -141,11 +141,12 @@ TODO Restart R after adding your token. Then to test that your installation is working, load package and try to log in. -If you set your authentication token successfully in the above, you should be greeted accordingly. +If you have your authentication token set in the above recommended steps, you should be greeted accordingly. +Without a token, you are logged in as "Anonymous" and functionality will be limited. ### Login -```{r} +```{r, eval=FALSE} library(nfportalutils) syn_login()