Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about non-standard-evaluation

Read more about non-standard-evaluation

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)

Questions - non-standard-evaluation

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...
test-img

Joshua Entrop

r

data.table

non-standard-evaluation

disk.frame

Votes: 0

Answers: 2

Latest Answer

While I don't know the exact cause of this, it has to do with environments, search path, etc. For instance, these work: storms_df[name %like% "^A"] nm <- "^A" storms_df[name %l...
test-img

r2evans

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...
test-img

msm1089

r

dplyr

non-standard-evaluation

Votes: 0

Answers: 3

Latest Answer

Inside your function, across(..., should instead be across(c(...),. library(dplyr, warn.conflicts = FALSE) sessionInfo()$otherPkgs$dplyr$Version #> [1] "1.0.7" tib <- tibble( x = c(...
test-img

IceCreamToucan

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved