string_empty: Mutate non-empty string literals to the empty string

View source: R/mutator-string.R

string_emptyR Documentation

Mutate non-empty string literals to the empty string

Description

Replaces any non-empty string literal in the source code with "". The empty string itself is not mutated (use string_fill() for that).

Usage

string_empty()

Value

A Mutator object.

Examples

string_empty()

muttest documentation built on May 14, 2026, 5:10 p.m.