dwww Home | Show directory contents | Find package

test_that("verify wrapper is functional", {
  expect_equal(as.character(str_glue("a {b}", b = "b")), "a b")

  df <- data.frame(b = "b")
  expect_equal(as.character(str_glue_data(df, "a {b}", b = "b")), "a b")
})

Generated by dwww version 1.15 on Thu May 23 02:14:57 CEST 2024.