cloudyr
Here are 44 public repositories matching this topic...
Hardest bit is finding where the error logs are. A section on logging and finding stuff. Include:
docker exec -it shiny bash ls /var/logdocker container lsdocker logs container_id
-
Updated
Jan 21, 2020 - R
Is it possible to specify a role with run_instances()? If found this documentation for the CLI but I don't see a role_arn argument in the run_instances function. I tried the following:
vm <- aws.ec2::run_instances(image = "ami-c3a2e8a2",
type = "t3.medium",
future + aws.ec2?
Today I spend several hours getting something to work.
As it turns out, when using call_limer, you do not need to send the session_key, although this is indicated in the LimeSurvey RPC page at: https://api.limesurvey.org/classes/remotecontrol_handle.html
For example (to get response per token)
NOT GOOD
sessionKey<-get_session_key()
response_raw<-call_limer(method= 'export_responses_by_
-
Updated
Feb 10, 2020 - CSS
-
Updated
Jan 24, 2020 - Shell
locate_credentials
Please specify whether your issue is about:
- a possible bug
- a question about package functionality
- a suggested code or documentation change, improvement to the code, or feature request
The docs make 4 references to a locate_credentials function (three references to "see locate_credentials" in the snsHTTP function, and one in the index), but there is no `locate_cre
These are described here. I think the easiest way to handle these is through the job_update() function.
The key parts of this relate to "Dynamic Judgments".
Add vignette
detect_medical_entities can only handle a scalar string. It should handle a character vector, like all other detect_* functions. Example code can be found in R/detect_entity.R.
Note that right now the medical stuff in the "medical" branch. Install with remotes::install_github("cloudyr/aws.comprehend", ref = "medical").
library("aws.comprehend")
medical_txt <- "Pt is 40yo mothImprove this page
Add a description, image, and links to the cloudyr topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cloudyr topic, visit your repo's landing page and select "manage topics."


Looking at the documentation, I can see that put_object() has a show_progress option directly embedded in it. I'm having to download some very large objects, so I was hoping for something similar with save_object. I can see that httr has a
httr::progress()function that can be passed to httr operations. While theaws.s3::save_object()has a...to take other httr parameters, I can't seem to