From 60270c0c96ea9b3459accf2e76f7834205ea9354 Mon Sep 17 00:00:00 2001 From: James McMahon Date: Fri, 29 Mar 2024 11:41:46 +0000 Subject: [PATCH] Update function-comparisons.Rmd --- vignettes/function-comparisons.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/function-comparisons.Rmd b/vignettes/function-comparisons.Rmd index 9ba8a6de..1720da3d 100644 --- a/vignettes/function-comparisons.Rmd +++ b/vignettes/function-comparisons.Rmd @@ -72,7 +72,7 @@ base R functions: | `file_show("path")` | `browseURL("path")` | `open path` | | `file_touch()` | *No direct equivalent* | `touch path` | | `file_temp()` | `tempfile()` | `mktemp` | -| `file_test()` | *No direct equivalent* | `if [ -d "path" ]; then ...; fi` | +| *No direct equivalent* | `file_test()` | `if [ -d "path" ]; then ...; fi` | ## Path functions