Skip to content

Commit

Permalink
Export show_unsupported_formats
Browse files Browse the repository at this point in the history
oops
  • Loading branch information
chainsawriot committed Sep 25, 2024
1 parent 7a6d328 commit 2373d7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,5 @@ export(get_info)
export(import)
export(import_list)
export(install_formats)
export(show_unsupported_formats)
export(spread_attrs)
1 change: 1 addition & 0 deletions R/suggestions.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ uninstalled_formats <- function() {
}

#' @rdname install_formats
#' @export
show_unsupported_formats <- function() {
## default_formats <- sort(unique(rio_formats$format[rio_formats$type == "import"]))
suggested_formats <- rio_formats[rio_formats$type == "suggest",]
Expand Down

0 comments on commit 2373d7d

Please sign in to comment.