Skip to content

Instantly share code, notes, and snippets.

@hassaku63
Created May 16, 2016 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hassaku63/dfd2dd3ba3acb821878821edab0d88eb to your computer and use it in GitHub Desktop.
Save hassaku63/dfd2dd3ba3acb821878821edab0d88eb to your computer and use it in GitHub Desktop.
# 特定の名前を持つオブジェクトの情報を抽出する。この場合は「商談」と「商品」
# objlist ... rforcecom.getObjectList() の返り値
objlist[mapply(function(elm){ is.element(elm, c("商談", "商品")) }, objlist$label),]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment