Code
path(paste(rep("a", 1e+05), collapse = ""))
Condition
Error in `path_tidy()`:
! Total path length must be less than PATH_MAX: <path-max>
Code
do.call(path, as.list(rep("a", 1e+05)))
Condition
Error in `path_tidy()`:
! Total path length must be less than PATH_MAX: <path-max>
Code
path_rel(c("a", "a/b", "a/b/c"), c("a/b", "a"))
Condition
Error:
! `start` must be a single path to a starting directory.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.