is_in_gitfolder | R Documentation |
.git
FolderIdentifies whether the provided file paths are located inside a .git
directory.
This function assumes that the file paths are normalized beforehand (i.e., using
forward slashes /
even on Windows systems).
is_in_gitfolder(files)
files |
A character vector of files to search (only for |
A logical vector indicating whether each file is located within a .git
folder.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.