Skip to content

Commit

Permalink
chore: make readPolygonVizgenParquet() non-internal
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajic committed Mar 12, 2024
1 parent f0c8889 commit 67a4d08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
11 changes: 6 additions & 5 deletions R/general_help.R
Original file line number Diff line number Diff line change
Expand Up @@ -1151,12 +1151,13 @@ readPolygonFilesVizgenHDF5 = function(boundaries_path,
#' @param z_index either 'all' or a numeric vector of z_indices to get polygons for
#' @param calc_centroids calculate centroids for the polygons (default = TRUE)
#' @param verbose be verbose
#' @keywords internal
#' @export
readPolygonVizgenParquet = function(file,
z_index = 'all',
calc_centroids = TRUE,
verbose = TRUE) {
readPolygonVizgenParquet = function(
file,
z_index = 'all',
calc_centroids = TRUE,
verbose = TRUE
) {

# package checks
package_check('arrow')
Expand Down
1 change: 0 additions & 1 deletion man/readPolygonVizgenParquet.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 67a4d08

Please # to comment.