kwr_import_mm | R Documentation |
Imports Marketing Miner CSV file(s) to an empty kwresearch object
kwr_import_mm(kwr, path, quiet = FALSE)
kwr |
An empty |
path |
Either a single character string containing a path to a folder, or a character vector, where each item is a path to a CSV file. |
quiet |
If TRUE prints no messages. |
The provided kwresearch object with imported queries.
# Import 2 files: ## Not run: kwr <- kwresearch() |> kwr_import_mm(c("f1.csv", "f2.csv")) ## End(Not run) # Import all CSV files in th data-raw folder ## Not run: kwr <- kwresearch() |> kwr_import_mm("data-raw") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.