normalize_newlines: Normalize line endings in text

View source: R/encoding.R

normalize_newlinesR Documentation

Normalize line endings in text

Description

Converts all line endings to Unix style (LF).

Usage

normalize_newlines(text)

Arguments

text

Character vector or single string.

Value

Character with normalized line endings.


Rclade documentation built on Sept. 26, 2026, 5:07 p.m.