File: Search.html

package info (click to toggle)
r-base 4.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 112,924 kB
  • sloc: ansic: 291,338; fortran: 111,889; javascript: 14,798; yacc: 6,154; sh: 5,689; makefile: 5,239; tcl: 4,562; perl: 963; objc: 791; f90: 758; asm: 258; java: 31; sed: 1
file content (27 lines) | stat: -rw-r--r-- 703 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
<head>
<title>R: Search Engine</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<link rel="stylesheet" type="text/css" href="R.css" />
</head>
<body>
<div class="container">
<h1>Search Engine <img class="toplogo" src="Rlogo.svg" alt="[R logo]"></h1>

<div style="text-align: center;">
<a href="index.html"><img class="arrow" src="up.jpg" alt="[Top]"></a>
</div>

<hr style="width: 100%;">

<h2>Search</h2>

<p> Search requires the HTTP server to be running.  As an alternative,
  use <code>help.search()</code> from the R prompt.
</p>

</div>
</body>
</html>