Learn R Programming

shiny.collections (version 0.1.1)

empty_tibble: Create empty tibble

Description

This functions creates empty tibble with columns names specified as parameter.

Usage

empty_tibble(column_names)

Arguments

column_names

character vector with column names

Value

empty tibble object

Examples

Run this code
# NOT RUN {
empty_tibble(c("a", "b"))
# }

Run the code above in your browser using DataLab