getFile | R Documentation |
Download a translation file from the location specified by a combination of Project, Component, and Language. The file is written to disk at "~/from.language/slug.csv". Existing files are overwritten.
getFile(slug, from.project, from.language, method = "api", verbose = FALSE)
slug |
The slug of the component to download the translation file from. |
from.project |
The project to download the file from. |
from.language |
The language to download the file from. |
method |
How to get the file. "api" or "public". If "public" is specified, the file is downloaded from the |
verbose |
Optional. Whether to print a detailed log to the console or not. |
The response from the server, as returned by httr::GET().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.