-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Actually, provide 'partition_df' as data since it was useful to provi…
…de summaries of the partitions, and some info needed to be anonymized (and thus 'partition_df's origin should be documented)
- Loading branch information
1 parent
4574019
commit f39a3df
Showing
5 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
partition_df = partition_info(partition = NULL, all_nodes = FALSE) |> | ||
# Randomly choose 5 partitions | ||
slice_sample(n = 5) |> | ||
# Remove information about true partition names | ||
mutate(partition = paste0('partition_', 1:5)) | ||
|
||
usethis::use_data(partition_df, overwrite = TRUE) |
Binary file not shown.
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.