Created
January 12, 2016 18:11
-
-
Save ymattu/1de42d063148baff5c66 to your computer and use it in GitHub Desktop.
SASでRを動かすサンプル
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
submit/R; | |
library(RMeCab); | |
result <- RMeCabC("私は統計学を勉強しています。"); | |
result | |
endsubmit; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment