Open wlandau opened 6 years ago
To follow up on https://github.com/richfitz/storr/issues/88#issuecomment-435656361, this PR proposes custom mangle_key_encode and mangle_key_decode functions for the RDS driver constructor. It is not quite working yet (I find it difficult to interact with test-driver.R) but does demonstrate what I am proposing.
mangle_key_encode
mangle_key_decode
test-driver.R
To follow up on https://github.com/richfitz/storr/issues/88#issuecomment-435656361, this PR proposes custom
mangle_key_encode
andmangle_key_decode
functions for the RDS driver constructor. It is not quite working yet (I find it difficult to interact withtest-driver.R
) but does demonstrate what I am proposing.