Rendering quarto book to an alternative directory than _book - r-markdown

I am using quarto and enjoying it very much. Getting some good feedback on the reports from customers.
I would like to use the same qmd files to generate reports for 10 different customers and be able to publish them. Using RSTudio. I have a parameter which defines the customer. Currently the finished reports are stored in directory _book. I would like to send the reports to folders _bookCustomer1, _bookCustomer2, ... and then publish them as separate 'books' from RStudio. Does anyone know how to do that? Or could somebody recommend an alternative way to publish the finished books (reports) one for each customer?
Thank you,
Phil,

Related

What is most optimal way to include data science visualizations and/or simple charts in django?

I am new in django, I have achieved to built a simple website up running in my local sever, but now I have reached that part where I want to add some cool and nice looking graphs to my project, but I see many options that are not that simple, if I could choose, I would use some python-based library or something, but it needs to load very fast. I am looking for guidance and suggestions. Thank you in advance.

Export SAS model

I built a predictive model on SAS using their Model Studio. (My first one!)
Everything worked, but I can't publish it, see the model, test any other data source against it, or export it. What do I need to do next?
I built this using a trial of their graphical software, so command prompts probably won't help me much.
Thanks for any input!
enter image description here
From the error message it looks like your Publish Server is not setup/configured. I assume that's because you are using a Trial Version.

Templated PDF output with a front end editor view

Looking at various plugins, libraries to create PDF output. I'm trying to build out a application that allows admin user to upload/create their own template (complex print layouts) and a end user to create a PDF from that template with some rich editing tools. The original layouts are based in indesign/pdf. The final high res output is to printers / pdf download.
Basically a web to print project.
I'm trying to figure out to go with a commercial plugin like
https://customerscanvas.com
printui.com
https://www.chili-publish.com/chili-publisher
layoutbuddy.com
Or can someone make some recommendations or other similar projects
thanks
Really depends on your budget, will to keep hands on stuff, etc. Most of the tools you are quoting are great. Chili Publish is great, Pressero too. I don't know PrintUI myself but the owner and it's a serious enough sign of quality to me. All of those are turn-key solutions. Once that said, if you want to build your own tool, you can have a look at PDFChip but all the wrapping development belongs to you.
There are plenty others but those are the one i can talk about.

Calling r scripts from web page and displaying report to web page

Friends
Sorry for a general question, but I'm lost in the various discussion threads and was hoping for a pointer to the appropriate documentation:
I have a php/webinterface to a database created with rackforms and MySQL. I've successfully embedded r-analytics in this site and can generate tables and graphs but am having trouble displaying the tables and graphs in the web interface. I found shiny/knitr and figured out how to generate a nice summary page using shiny/knitr/rmarkdown and get the html output. But I can't find any instructions on how to call and display this from the data website I created! I'd like to call an r-script that runs a .Rmd script (or similar) and then display the generated tables and plots on the interface. Alternatively, I could link to a page in .html, but the display needs to run the analysis each time its called since the data is live.
I'm sure there must be some description on how to do this somewhere, but I can't find anything that quite gets you all the way. Any pointers out there? I'd appreciate it.
Cheers
Jon

How to make custon data source in QlikView?

I have just started to develop in QlikView so I'm completely a newbie.
The problem that I have is that I need to create a c++ dll that can be used as a custom data source for QlikView, I already created the dll and QlikView can see it, but I don't know how should I do to make my data available to QlikView.
The data that I want to use is obtained as a request from the server, and the code is inside the c++ dll.
I had some examples that my boss got from QlikView tech department, they are SalesForce example and EbayDll example but they are kind of confusing, so I was wondering if you can point me to another example that may be easier to follow, or if you can give me some pointers that help me accomplish what I'm trying to do.
Just if someone is interested, I posted the same question in the QlikView Forum and the answer that I got was
"Get the version 9 SDK. It includes doc and a sample for a Custom Data Source. The SDK is available on a QV Server installation. If not already installed, I believe you can download the QVS9 and just install the SDK portion on your workstation."
The example contained in the SDK actually help me out a lot.
In QlikView 10 you can now use (the easier approach) of using the QVX API!
Regards
Stefan