as.r.default {oosp}R Documentation

turn a vector into r code

Description

This function converts an R vector (ignoring any attributes) into R source code that will produce that vector. The current version can only print the R code out on the console, and is intended for copying and pasting.

Usage

## Default S3 method:
as.r(x, ...)

Arguments

x
...

[Package oosp version 0.2.3 Index]