View source: R/fct_find_projects.R
find_projects | R Documentation |
Find project files in a directory.
find_projects(x, user_groups = "public")
x |
|
user_groups |
|
Projects that are missing user group information are automatically
assigned to the "private"
user group.
Additionally, note that "admin"
is a special user group that can
access all projects.
tibble::tibble()
object containing the configuration files
and names of projects found in the directory.
# find directory with built-in projects
d <- system.file("extdata", "projects", package = "wheretowork")
# list projects in directory
find_projects(d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.