Skip to main content
0 votes
0 answers
59 views

I am trying to use Azure Container Apps native Functions (announced earlier this year) to run some R code in response to messages on a Service Bus queue. I have a working trigger but it is not making ...
Phil's user avatar
  • 73
0 votes
1 answer
55 views

I am developing an internal API using Plumber that is accessed by our public API which handles all authentication. Basically, we receive information about what role a user has as a header, e.g. 100 ...
alethor's user avatar
  • 43
2 votes
1 answer
124 views

I'm building a Vue app that uses R for the back-end. I was able to successfully pull in data from a form into R. I'm using the plumber library. However, I don't know how to parse text. Here is the R ...
Priya Patel's user avatar
0 votes
0 answers
33 views

I am using plumberDeploy to deploy a plumber api into digital ocean. Unfortunately, I am getting this error I do not know how to solve. I have created new public and private keys and these are set in ...
Duck's user avatar
  • 39.6k
-1 votes
1 answer
110 views

I am new to AWS and currently working on deploying a Plumber API written in R. This API serves predictions using a pre-trained GAMLSS model. I have set up an EC2 instance with Amazon Linux 2 where R ...
MoPA's user avatar
  • 11
1 vote
0 answers
69 views

I'm building a Plumber API that interfaces with output from a survey platform. The survey platform passes variables as a query string appended to the URL redirect. If the survey question only has one ...
Runic's user avatar
  • 149
1 vote
0 answers
70 views

I am working on building custom error handling using plumber. I have one custom error function that is working. missing_val_check checks the dataframe for missing columns and if anything is missing, ...
acircleda's user avatar
  • 759
0 votes
0 answers
50 views

I ran into an issue where I run the following at the top of my entrypoints.R file: load("some_file.Rdata") but the objects never seem to load. I made this endpoint to check for what is ...
acircleda's user avatar
  • 759
0 votes
0 answers
124 views

I have API in plumber which has msg endpoint which executes slow_function. I also have shiny APP in which I make msg endpoint request. Is it possible to somehow capture messages from API and display ...
det's user avatar
  • 5,292
1 vote
0 answers
163 views

I am working on my very first React project (as a frontend) combined with R (Backend) + Plumber (API). My Get HTTP request works fine but as soon as I make a POST request I get the following error ...
Skof's user avatar
  • 11
0 votes
0 answers
89 views

I have previously inquired about this issue without obtaining a solution. To provide more details in the hope of resolving the problem: I have developed a Plumber API that is deployed on a private ...
Akram H's user avatar
  • 71
1 vote
0 answers
64 views

I am creating a Plumber API to generate a MS Word document with images, however, I get the following error in Swagger "message": "\u001b[1m\u001b[33mError\u001b[39m in `png()`:\u001b[...
Cristian Santa's user avatar
0 votes
0 answers
68 views

I have a Plumber web hosting with no access to cron command. How can I execute some R function every day? P.S. I'm aware of cronR package but this requires to have access to the cron command, in my ...
Yasin Amini's user avatar
1 vote
0 answers
110 views

I want to parallelize a task with plumber, handling multiple requests at the same time. I have found an example that I have put in practice in windows and it doesn't work, but taking the same example ...
Jose Luis's user avatar
0 votes
0 answers
155 views

I am currently working on a project involving a Plumber API, and I've encountered a challenge related to handling CSV files sent to the API. I have a Plumber API where I need to receive two CSV files ...
Akram HECINI's user avatar

15 30 50 per page
1
2 3 4 5
21