python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Problem with non-standard evaluation in disk.frame objects using data.table syntax
Problem
I'm currently trying to write a function that filters some rows of a disk.frame object using regular expressions. I, unfortunately, run into some issues with the evaluation of my search string...
Joshua Entrop
Votes: 0
Answers: 2
Non-standard evaluation in dplyr when using dots for variable number of arguments
I am trying to write a function that can be used within a dplyr pipeline. It should take an arbitrary number of columns as arguments, and replace certain substrings in only those columns. Below is a s...
msm1089
Votes: 0
Answers: 3