diff --git a/R/GetClient.R b/R/GetClient.R index 76b5d57..1f399c2 100644 --- a/R/GetClient.R +++ b/R/GetClient.R @@ -9,7 +9,7 @@ #' @aliases GetClient StartClient CheckAWSKeys #' @param sandbox A logical indicating whether the client should be in the #' sandbox environment or the live environment. -#' @param restart.client A boolean that specifies whether to force the creation of a new client. This is useful if you want to change between sandbox and live environments within the same R session. +#' @param restart.client A boolean that specifies whether to force the creation of a new client. #' @author Tyler Burleigh #' @references #' \href{https://aws.amazon.com/sdk-for-python/}{AWS SDK for Python (Boto3)} diff --git a/assets/pyMTurkR.pdf b/assets/pyMTurkR.pdf index 06d4aa9..6a1721d 100644 Binary files a/assets/pyMTurkR.pdf and b/assets/pyMTurkR.pdf differ diff --git a/man/GetClient.Rd b/man/GetClient.Rd index db74cbe..60852d9 100644 --- a/man/GetClient.Rd +++ b/man/GetClient.Rd @@ -13,7 +13,7 @@ GetClient(sandbox = getOption("pyMTurkR.sandbox", TRUE), \item{sandbox}{A logical indicating whether the client should be in the sandbox environment or the live environment.} -\item{restart.client}{A boolean that specifies whether to force the creation of a new client. This is useful if you want to change between sandbox and live environments within the same R session.} +\item{restart.client}{A boolean that specifies whether to force the creation of a new client.} } \description{ Create an API client. Only advanced users will likely need to use this