A. Domingues

Results 23 comments of A. Domingues

Cheers! I will play around with it for a bit and see how that works out. Worst case scenario I will go back to writing my CV in LateX.

Hi @pditommaso. You were spot on with your hint. I did specify custom VPC id and security groups in _advanced settings_. After writing the bug report I went back to...

The "delete" button is only present for those environments that were successfully created. In the screenshot above the env `mike-test-4-vpc` has it (I used it to launch a job), but...

That's what I feared. Thank you for the quick reply.

I am using this to achieve the same goal @biorelated : ```R plot_l

Just to mention that I am also running into this issue.

@zekePhoenix if it's any help the python API wrapper has this functionality and I have using it since my last comment here. https://github.com/O365/python-o365

To my knowledge I think you covered most of it @ojziff. The only other solution I can think of, and I have seen done / suggested, is to average the...

Thanks for considering this @mrdwab. I was think about implementation, after posting and my very näive thought was to operate on the `colnames` after spliting. For instance greping the colnames...

> If a list is provided in the splitCols argument, new names can be specified (eg: cSplit(df, splitCols = list(y = c("A", "B"), z = c("AA", "BB", "CC")), sep =...