Initial import

Change-Id: Ibe34c4c9c5313d91ffbd1a4e6a7da85adc1d8c39
diff --git a/man/persistAccessToken.Rd b/man/persistAccessToken.Rd
new file mode 100644
index 0000000..9d27b51
--- /dev/null
+++ b/man/persistAccessToken.Rd
@@ -0,0 +1,22 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/visitssummary.R
+\name{persistAccessToken}
+\alias{persistAccessToken}
+\title{Save access token persistently to your keyring}
+\usage{
+persistAccessToken(matomoUrl, accessToken, id = "default")
+}
+\arguments{
+\item{matomoUrl}{base URL of your matomo instance}
+
+\item{accessToken}{your oauth token}
+
+\item{id}{supply if you have multiple IDs, i.e. logins to your matomo instance}
+}
+\description{
+Save access token persistently to your keyring
+}
+\examples{
+persistAccessToken("https://demo.matomo.org/", "ad7609a669179c4ebca7c995342f7e09")
+
+}