as_chr_ascii: Convert Data to ASCII Character Representation

Description Usage Arguments Value

View source: R/as_chr_ascii.R

Description

as_chr_ascii() converts atomic vectors and data frames to purely ASCII character representation.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
as_chr_ascii(x)

## S3 method for class 'data.frame'
as_chr_ascii(x)

## S3 method for class 'logical'
as_chr_ascii(x)

## S3 method for class 'integer'
as_chr_ascii(x)

## S3 method for class 'double'
as_chr_ascii(x)

## S3 method for class 'factor'
as_chr_ascii(x)

## S3 method for class 'character'
as_chr_ascii(x)

## S3 method for class 'complex'
as_chr_ascii(x)

Arguments

x

An object to convert

Value

x as an ASCII-encoded character vector


jesse-smith/covidsms documentation built on Dec. 25, 2021, 4:24 a.m.