Skip to content

Commit fcea57e

Browse files
committed
Fix help page
1 parent 0253184 commit fcea57e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

R/utils-projects.R

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@
5353
#' # Create a dummy Quarto project structure for example
5454
#' tmpdir <- tempfile("quarto_project")
5555
#' dir.create(tmpdir)
56-
#' quarto::quarto_create_project('test project', type = 'blog', dir = tmpdir, no_prompt = TRUE, quiet = TRUE)
56+
#' quarto::quarto_create_project(
57+
#' 'test project', type = 'blog',
58+
#' dir = tmpdir, no_prompt = TRUE, quiet = TRUE
59+
#' )
5760
#' project_dir <- file.path(tmpdir, "test project")
5861
#'
5962
#' # Simulate working within a blog post

man/find_project_root.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/project_path.Rd

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)