We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a031aed commit 01366a6Copy full SHA for 01366a6
R/pkg/R/DataFrame.R
@@ -2157,9 +2157,14 @@ setMethod("with",
2157
#'
2158
#' @name coltypes
2159
#' @title Get column types of a DataFrame
2160
+#' @family dataframe_funcs
2161
#' @param x (DataFrame)
2162
#' @return value (character) A character vector with the column types of the given DataFrame
2163
#' @rdname coltypes
2164
+#' @examples \dontrun{
2165
+#' irisDF <- createDataFrame(sqlContext, iris)
2166
+#' coltypes(irisDF)
2167
+#' }
2168
setMethod("coltypes",
2169
signature(x = "DataFrame"),
2170
function(x) {
0 commit comments