-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c0fd167
commit 72630f9
Showing
297 changed files
with
25,263 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
<!DOCTYPE html><html lang="zh-CN"> | ||
<head> | ||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" /> | ||
<title>RCurl</title> | ||
<meta name="author" content="xie.guigang@gcmodeller.org" /> | ||
<meta name="copyright" content="SMRUCC genomics Copyright (c) 2022" /> | ||
<meta name="keywords" content="R#; RCurl; REnv" /> | ||
<meta name="generator" content="https://github.com/rsharp-lang" /> | ||
<meta name="theme-color" content="#333" /> | ||
<meta name="description" content="..." /> | ||
<meta class="foundation-data-attribute-namespace" /> | ||
<meta class="foundation-mq-xxlarge" /> | ||
<meta class="foundation-mq-xlarge" /> | ||
<meta class="foundation-mq-large" /> | ||
<meta class="foundation-mq-medium" /> | ||
<meta class="foundation-mq-small" /> | ||
<meta class="foundation-mq-topbar" /> | ||
<style> | ||
|
||
.table-three-line { | ||
border-collapse:collapse; /* 关键属性:合并表格内外边框(其实表格边框有2px,外面1px,里面还有1px哦) */ | ||
border:solid #000000; /* 设置边框属性;样式(solid=实线)、颜色(#999=灰) */ | ||
border-width:2px 0 2px 0px; /* 设置边框状粗细:上 右 下 左 = 对应:1px 0 0 1px */ | ||
} | ||
.left-1{ | ||
border:solid #000000;border-width:1px 1px 2px 0px;padding:2px; | ||
font-weight:bolder; | ||
} | ||
.right-1{ | ||
border:solid #000000;border-width:1px 0px 2px 1px;padding:2px; | ||
font-weight:bolder; | ||
} | ||
.mid-1{ | ||
border:solid #000000;border-width:1px 1px 2px 1px;padding:2px; | ||
font-weight:bolder; | ||
} | ||
.left{ | ||
border:solid #000000;border-width:1px 1px 1px 0px;padding:2px; | ||
} | ||
.right{ | ||
border:solid #000000;border-width:1px 0px 1px 1px;padding:2px; | ||
} | ||
.mid{ | ||
border:solid #000000;border-width:1px 1px 1px 1px;padding:2px; | ||
} | ||
table caption {font-size:14px;font-weight:bolder;} | ||
</style> | ||
</head> | ||
<body> | ||
<table width="100%" summary="page for {RCurl}"> | ||
<tbody> | ||
<tr> | ||
<td>{RCurl}</td> | ||
<td style="text-align: right;">R# Documentation</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
<h1>RCurl</h1> | ||
<hr /> | ||
<p style=" font-size: 1.125em; line-height: .8em; margin-left: 0.5%; background-color: #fbfbfb; padding: 24px; "> | ||
<code> | ||
<span style="color: blue;">require</span>(<span style="color: black; font-weight: bold;">R</span>); | ||
<br /><br /><span style="color: green;">{$desc_comments}</span><br /><span style="color: blue;">imports</span><span style="color: brown"> "RCurl"</span><span style="color: blue;"> from</span><span style="color: brown"> "REnv"</span>; | ||
</code> | ||
</p> | ||
<p></p> | ||
<blockquote> | ||
<p style="font-style: italic; font-size: 0.9em;"> | ||
|
||
</p> | ||
</blockquote> | ||
<div id="main-wrapper"> | ||
<table class="table-three-line"> | ||
<tbody><tr> | ||
<td id="guessMIMEType"> | ||
<a href="./RCurl/guessMIMEType.html">guessMIMEType</a> | ||
</td> | ||
<td><h3>Infer the MIME type from a file name</h3> | ||
|
||
<p>This function returns the MIME type, i.e. part of the value <br /> | ||
used in the Content-Type for an HTTP request/response or in<br /> | ||
email to identify the nature of the content. This is a string<br /> | ||
such as "text/plain" or "text/xml" or "image/png".</p> | ||
|
||
<p>The Function consults an R Object constructed by reading a <br /> | ||
Web site Of known MIME types (Not necessarily all) And <br /> | ||
matching the extension Of the file name To the names Of that <br /> | ||
table.</p></td> | ||
</tr></tbody> | ||
</table> | ||
</div> | ||
<hr /> | ||
<div style="text-align: center;">[<a href="../index.html">Document Index</a>]</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<title>Infer the MIME type from a file name</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="../../_assets/page.css"> | ||
</head> | ||
|
||
<body> | ||
<div class="container"> | ||
|
||
<table style="width: 100%;"> | ||
<tr> | ||
<td>guessMIMEType {RCurl}</td> | ||
<td style="text-align: right;">R Documentation</td> | ||
</tr> | ||
</table> | ||
|
||
<h2>Infer the MIME type from a file name</h2> | ||
|
||
<h3>Description</h3> | ||
|
||
<p><br /> This function returns the MIME type, i.e. part of the value <br /> used in the Content-Type for an HTTP request/response or in<br /> email to identify the nature of the content. This is a string<br /> such as "text/plain" or "text/xml" or "image/png".<br /> <br /> The Function consults an R Object constructed by reading a <br /> Web site Of known MIME types (Not necessarily all) And <br /> matching the extension Of the file name To the names Of that <br /> table.</p> | ||
|
||
<h3>Usage</h3> | ||
|
||
<div style="width: 100%; padding-left: 3%; color: black;"> | ||
<pre><code class='language-R' style="color: black; font-weight:normal;"><strong>guessMIMEType</strong>(<i>name</i>, | ||
<i>default</i> = <span style='color: brown;'><strong>"application/octet-stream"</strong></span>);</code></pre> | ||
</div> | ||
|
||
<h3>Arguments</h3> | ||
|
||
<table> | ||
|
||
<dt>name</dt> | ||
<dd><p><p>character vector of file names</p></p></dd> | ||
|
||
|
||
<dt>[default]</dt> | ||
<dd><p><p>the value to use if no MIME type is found in the table for <br /> | ||
the given file name/extension.</p></p></dd> | ||
|
||
</table> | ||
|
||
|
||
<h3 style="display: none;">Details</h3> | ||
|
||
|
||
|
||
|
||
<h3>Value</h3> | ||
|
||
this function returns data object of type <i>any</i> kind.<h4>clr value class</h4><ul><li><i>any</i> kind</li></ul> | ||
|
||
<h3 style="display: none;">Examples</h3> | ||
|
||
|
||
|
||
<hr /> | ||
<div style="text-align: center;">[Package <em>RCurl</em> version 2.33.856.6961 <a | ||
href="../RCurl.html">Index</a>] | ||
</div> | ||
</div> | ||
</body> | ||
|
||
<script type="text/javascript" src="../../_assets/R_syntax.js"></script> | ||
<script type="text/javascript" src="../../_assets/highlights.js"></script> | ||
<script type="text/javascript">r_highlights("example_r");</script> | ||
|
||
</html> |
Oops, something went wrong.