powered by
This functions creates empty tibble with columns names specified as parameter.
empty_tibble(column_names)
character vector with column names
empty tibble object
# NOT RUN { empty_tibble(c("a", "b")) # }
Run the code above in your browser using DataLab