saveHistory: Save and Load relation search words to sqlite

Description Usage Arguments Examples

Description

Save and Load relation search words to sqlite

Usage

1
2
3
saveHistory(x, path = "nvrHistory.sqlite")

loadHistory()

Arguments

x

return to naverRelation() object

path

save fileDB path

Examples

1
2
3
relation <- naverRelation("Keyword", 2)
saveHistory(relation)
loadHistory()

lovetoken/rdevteam documentation built on May 6, 2019, 9:54 a.m.