Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
チャンク内の現在のチャンク ラベルを取得したい。これは可能ですか?
```{r my_chunk} gettextf("This chunk is called %s", some_function_to_get_chunk_label()) ```