[Rprotobuf-commits] r565 - pkg/vignettes/RProtoBuf
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Dec 18 07:30:46 CET 2013
Author: murray
Date: 2013-12-18 07:30:45 +0100 (Wed, 18 Dec 2013)
New Revision: 565
Modified:
pkg/vignettes/RProtoBuf/RProtoBuf.Rnw
Log:
Add missing as.list method to Table 2 and update the caption for this
description of the methods of the Message S4 class.
Modified: pkg/vignettes/RProtoBuf/RProtoBuf.Rnw
===================================================================
--- pkg/vignettes/RProtoBuf/RProtoBuf.Rnw 2013-12-18 02:51:36 UTC (rev 564)
+++ pkg/vignettes/RProtoBuf/RProtoBuf.Rnw 2013-12-18 06:30:45 UTC (rev 565)
@@ -377,6 +377,8 @@
\texttt{str} & \ref{Message-method-str} & the R structure of the message\\
\texttt{as.character} & \ref{Message-method-ascharacter} & character representation of a message\\
\texttt{toString} & \ref{Message-method-toString} & character representation of a message (same as \texttt{as.character}) \\
+\texttt{as.list} & \ref{Message-method-aslist} & converts message to a
+named R list\\
\texttt{update} & \ref{Message-method-update} & updates several fields of a message at once\\
\texttt{descriptor} & \ref{Message-method-descriptor} & get the descriptor of the message type of this message\\
\texttt{fileDescriptor} & \ref{Message-method-fileDescriptor} & get the file descriptor
@@ -384,7 +386,7 @@
\hline
\end{tabular}
\end{small}
-\caption{\label{Message-methods-table}Description of slots for the \texttt{Message} S4 class}
+\caption{\label{Message-methods-table}Description of methods for the \texttt{Message} S4 class}
\end{table}
\subsubsection{Retrieve fields}
More information about the Rprotobuf-commits
mailing list