Łukasz A. Bartnik
Łukasz A. Bartnik
Hi, I think you'll have to explain this problem a little more, maybe provide a short code snippet that reproduces the situation you described? In either case, I recommend looking...
I believe that might be the issue I wanted to report. In the following code snippet, only the first line is highlighted: "hourly %\n mutate(timestamp = floor_date(timestamp, \"hours\")) %>%\n group_by(meter,...
I run it on a string which is pre-formatted, so I only thought of adding syntax highlighting but not of re-formatting. 
Accessing a share variable should be straightforward - all functions/threads run in the same R interpreter and have access to the same global environment. However, memory management is not complete...
Hi Sandy, I'd love to see the command that produces the output you want to capture. Or some characteristics of it: e.g. how long are the lines? How much data...
Hi, thanks for reporting the problem. `subprocess` is now retired (archived on CRAN). I suggest using the `processx` package which is in active development and offers a much more thorough...