Learn R Programming

pvda (version 0.0.4)

print.da: print function for da objects

Description

print function for da objects

Usage

# S3 method for da
print(x, n = 10, ...)

Value

Nothing, but prints the tibble da_df in the da object.

Arguments

x

A S3 obj of class "da", output from pvda::da().

n

Control the number of rows to print.

...

For passing additional parameters to extended classes.

Examples

Run this code

# \donttest{
da_1 <-
tiny_dataset |>
da()
print(da_1)
# }

Run the code above in your browser using DataLab