Description Usage Arguments Value Examples
headerにタグを含ませる場合、utf-8で送れないので、base64でエンコードする
1 | encoding_tag(x)
|
x |
character タグ sample_tag,テスト,test_tag または c("sample_tag","テスト","test_tag") |
character "sample_tag,テスト,test_tag"をbase64でエンコードした結果(サンプルは"c2FtcGxlX3RhZyzjg4bjgrnjg4gsdGVzdF90YWc=")
1 2 | encoding_tag("sample_tag,テスト,test_tag")
encoding_tag(c("sample_ t a g ","テスト "," test_tag"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.