<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>potisan</author_name>
  <author_url>https://blog.hatena.ne.jp/potisan/</author_url>
  <blog_title>potisanのプログラミングメモ</blog_title>
  <blog_url>https://potisan-programming-memo.hatenablog.jp/</blog_url>
  <categories>
    <anon>R</anon>
  </categories>
  <description>本文 formula()で引数の既定値（省略時の値）を取得・設定できます。 # リスト形式で取得される。 str(formals(paste)) # Dotted pair list of 4 # $ ... : symbol # $ sep : chr &quot; &quot; # $ collapse: NULL # $ recycle0: logi FALSE # &lt;-で代入すると設定できる。 formals(paste)$sep &lt;- &quot;-&quot; paste(&quot;a&quot;,&quot;b&quot;) # [1] &quot;a-b&quot; str(formals(paste)) # Dotted pair list of 4 # $ ... : …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpotisan-programming-memo.hatenablog.jp%2Fentry%2F2021%2F05%2F25%2F235725&quot; title=&quot;R 引数の既定値（省略時の値）を操作する - potisanのプログラミングメモ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-05-25 23:57:25</published>
  <title>R 引数の既定値（省略時の値）を操作する</title>
  <type>rich</type>
  <url>https://potisan-programming-memo.hatenablog.jp/entry/2021/05/25/235725</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
