diff --git a/pkgdown.yml b/pkgdown.yml index a002e4a..c99ee95 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,5 +2,5 @@ pandoc: 2.19.2 pkgdown: 2.0.7 pkgdown_sha: ~ articles: {} -last_built: 2023-10-03T10:29Z +last_built: 2023-10-03T10:32Z diff --git a/reference/close_view.html b/reference/close_view.html index 1ffa62f..b01bcfc 100644 --- a/reference/close_view.html +++ b/reference/close_view.html @@ -1,9 +1,5 @@ -close_view. — close_view • vvcommanderClose All View Tabs in RStudio — close_view • vvcommander @@ -35,15 +31,13 @@
-

Close all view tabs. -Note: this also closes unsaved files. -You will be prompted to save before these files are closed.

+

This function closes all view tabs in RStudio. It starts from the current document and moves to the next tab until it reaches the starting document again.

@@ -51,8 +45,23 @@

Usage
close_view()

+
+

Value

+ + +

None

+
+
+

Details

+

Note that this function will prompt you to save any unsaved files. If you choose not to save, these files will be closed without saving.

+
+
+

Note

+

This function requires the rstudioapi package, which is not automatically included in R. You need to install it manually if you haven't done so.

+
-
+