Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Rを使用してMysqlデータベースに配列を保存する必要があるという問題に遭遇しました.
例えば:
私はベクトルを持っています
v = c(2,4,5,7,8,9,12,13,34,21,10)
これをmysqlデータベースに追加したいと思います。
それを保存する方法を教えてください。また、mysqlデータベースでこれのテーブルとそのフィールドが何であるかを教えてください。
グーグルで検索するR mysql store blobと、多くの良いリンクが得られました。たとえば、次のとおりです。
R mysql store blob
https://stat.ethz.ch/pipermail/r-sig-db/2008q1/000423.html