File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -18279,23 +18279,20 @@ system console. @code{R_ClearerrConsole} clears any errors associated
1827918279with reading from the console.
1828018280@end deftypefun
1828118281
18282- @embfun R_ShowFiles
1828318282@deftypefun int R_ShowFiles (int @var{nfile}, const char **@var{file}, @
1828418283 const char **@var{headers}, const char *@var{wtitle}, Rboolean @var{del}, @
1828518284 const char *@var{pager})
1828618285
1828718286This function is used to display the contents of files.
1828818287@end deftypefun
1828918288
18290- @embfun R_ChooseFile
1829118289@deftypefun int R_ChooseFile (int @var{new}, char *@var{buf}, @
1829218290 int @var{len})
1829318291
1829418292Choose a file and return its name in @var{buf} of length @var{len}.
1829518293Return value is 0 for success, > 0 otherwise.
1829618294@end deftypefun
1829718295
18298- @embfun R_EditFile
1829918296@deftypefun int R_EditFile (const char *@var{buf})
1830018297Send a file to an editor window.
1830118298@end deftypefun
@@ -18306,9 +18303,6 @@ Send @var{nfile} files to an editor, with titles possibly to be used for
1830618303the editor window(s).
1830718304@end deftypefun
1830818305
18309- @embfun R_loadhistory
18310- @embfun R_savehistory
18311- @embfun R_addhistory
1831218306@deftypefun SEXP R_loadhistory (SEXP, SEXP, SEXP, SEXP);
1831318307@deftypefunx SEXP R_savehistory (SEXP, SEXP, SEXP, SEXP);
1831418308@deftypefunx SEXP R_addhistory (SEXP, SEXP, SEXP, SEXP);
You can’t perform that action at this time.
0 commit comments