Skip to content

Instantly share code, notes, and snippets.

@andreasderuiter
Created February 3, 2015 15:51
Show Gist options
  • Save andreasderuiter/6d8135b4ebed19792a58 to your computer and use it in GitHub Desktop.
Save andreasderuiter/6d8135b4ebed19792a58 to your computer and use it in GitHub Desktop.
test <- c ( 1, 2, 3)
v1 <- as.character(lapply(test, class))
v2 <- as.character(lapply(test, class))
result <- rbind(v1,v2)
data.set <- data.frame(result, stringsAsFactors = FALSE)
maml.mapOutputPort("data.set");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment