I'm wanting to use paws in R to list out the AWS Workspaces. I'm seeing reference to it in the documentation however get a 404.
library(paws)
Sys.setenv(
AWS_ACCESS_KEY_ID = "*****************",
AWS_SECRET_ACCESS_KEY = "******************",
AWS_REGION = "us-east-1"
)
paws::??