Note that there are some explanatory texts on larger screens.

plurals
  1. USBryan Goodrich
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COThis was my thought, too. I'd also add thinking about controlling what loads when R is started. If you want to be efficient, control the profile so that only the required libraries are loaded at start up, including, in this case, ggplot2.
      singulars
    2. COI don't see how a parametrized list would be any more convenient than a formula. If you're constructing the argument list by name, it is no more difficult to simply construct the formula expression itself. If you're utilizing a list of elements to pass as an argument (e.g., through do.call), then this is no more difficult than using formula functions like model.matrix and model.frame, among others, to parse a formula given a data set. In either case, you still need to automate your selection of parameters, either by name or by reference to entities (or some manipulation thereof). Make sense?
      singulars
    3. COI'm thinking rcom might provide some COM ways to interact with PHP, but there are probably more direct ways to get it done. It would be an interesting development, but the security issues are great. You would really have to take a bottom-up approach in making sure only a very select set of R operations are permissible, and you better make sure a creative hacker couldn't use those permitted to do system harm! I'm thinking from a web PHP interface, of course.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload