Get absolute path to a file or directory
Examples
get_absolute_path("~/Documents")
#> Warning: path[1]="/home/runner/Documents": No such file or directory
#> [1] "/home/runner/Documents"
get_absolute_path("~")
#> [1] "/home/runner"
get_absolute_path(datastore_example_path())
#> [1] "/home/runner/work/_temp/Library/refinebioc/testdata/datastore"