convertmboxeml.html

来自「R-Project是一个开源的统计软件,专门有一个R语言,类似S语言,这个包里面」· HTML 代码 · 共 64 行

HTML
64
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>R: Convert E-Mails From mbox Format To eml Format</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="../../R.css">
</head><body>

<table width="100%" summary="page for convertMboxEml {tm}"><tr><td>convertMboxEml {tm}</td><td align="right">R Documentation</td></tr></table>
<h2>Convert E-Mails From mbox Format To eml Format</h2>


<h3>Description</h3>

<p>
Convert e-mails from mbox (i.e., several mails in a single box) format
to eml (i.e., every mail in a single file) format.
</p>


<h3>Usage</h3>

<pre>
convertMboxEml(mbox, EmlDir)
</pre>


<h3>Arguments</h3>

<table summary="R argblock">
<tr valign="top"><td><code>mbox</code></td>
<td>
a character or connection describing the mbox location.</td></tr>
<tr valign="top"><td><code>EmlDir</code></td>
<td>
a character describing the output directory.</td></tr>
</table>

<h3>Value</h3>

<p>
No explicit return value. As a side product the directory
<code>EmlDir</code> contains the e-mails.</p>

<h3>Author(s)</h3>

<p>
Ingo Feinerer
</p>


<h3>Examples</h3>

<pre>
mbox &lt;- system.file("texts", "gmane.comp.lang.r.general.mbox", package = "tm")
## Not run: convertMboxEml(mbox, "emldir/")
mbox.gz &lt;- gzfile(system.file("texts", "gmane.comp.lang.r.general.mbox.gz", package = "tm"))
## Not run: convertMboxEml(mbox.gz, "emldir/")
</pre>



<hr><div align="center">[Package <em>tm</em> version 0.3 <a href="00Index.html">Index]</a></div>

</body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?