Create a data lake in hivestyle format
Arguments
- dir
a directory containing tidyGWAS cleaned summary statistics.
Each directory should contain a tidyGWAS_hivestyle directory.
- lake
a directory to create the data lake in.
Examples
if (FALSE) { # \dontrun{
# create_lake("/path/to/dir", "/path/to/lake")
} # }