
...
arguments.
bind_db(x, fac_col = "id", db, db_col = "id", ...)
character
(no numeric here) where to find ids in the facdata.frame
with the right number of rows, or a path as character
. Then use ... to pass arguments to read.tablecharacter
where to fin ids in dbchc2Out
,
chc2pix
,
import_StereoMorph_curve1
,
import_jpg
, import_tps
,
nef2Coe
, ntsrow2Coo
,
pix2chc
, tie_jpg_txt
,
tps2coo
# Coo example
df <- data.frame(foo_id=40:1, fake1=rnorm(40), fake2=factor(rep(letters[1:4], 10)))
bot <- mutate(bot, hello=1:length(bot))
bind_db(bot, "hello", df, "foo_id")
# example on a Coe
bf <- efourier(bot, 12)
bind_db(bf, "hello", df, "foo_id")
Run the code above in your browser using DataLab