h_replace: Replace a value by another

h_replaceR Documentation

Replace a value by another

Description

Replace a value by another

Usage

h_replace(file, old.val, new.val)

Arguments

file

File name to proceed

old.val

Value to be replaced

new.val

New value

Details

The output file is named with a re_ prefix.

Author(s)

P. Chevallier - Oct 2017- Nov 2020

Examples

## Not run: 

f <- ts_remplace_ts(f,  NA, 0)

## End(Not run)


htsr documentation built on Oct. 13, 2023, 5:10 p.m.