Skip to content

Commit

Permalink
adds potential internal alias for dataframe (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbarbone committed Jan 18, 2025
1 parent 985113f commit 58a8671
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions R/data-frame.R
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,15 @@ quick_dfl <- function(...) {
quick_df(lst(...))
}

#' Data frame
#'
#' Unsure if I want to export this
#'
#' @rdname quick_df
#' @noRd
dataframe <- quick_dfl


# conditions --------------------------------------------------------------

cond_quick_df_list <- function() {
Expand Down

0 comments on commit 58a8671

Please sign in to comment.