File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ following three worksheets:
249
249
package with a matching help page, enhanced by providing
250
250
information for locally installed packages
251
251
not available in the ` findFn ` object.
252
- * The ** { findFn** sheet contains the search results.
252
+ * The ** findFn** sheet contains the search results.
253
253
* The ** call** sheet gives the call to ` findFn ` that generated these search results.
254
254
255
255
If ` writeFindFn2xls ` cannot produce an Excel file with
@@ -281,7 +281,7 @@ splineAll <- findFn('spline', maxPages = 999)
281
281
#installPackages(splineAll)
282
282
writeFindFn2xls(splineAll)
283
283
```
284
- ``` {f install-and-write-options-undo,echo=FALSE}
284
+ ``` {r install-and-write-options-undo,echo=FALSE}
285
285
options(op)
286
286
```
287
287
You can’t perform that action at this time.
0 commit comments