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