Skip to content

Commit

Permalink
fix obs/firstobs doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tomweber-sas committed Apr 26, 2024
1 parent 69d4ad8 commit 20b66e2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions api.html
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ <h2>SAS Session Object<a class="headerlink" href="#sas-session-object" title="Pe
<li><p>keep are strings or list of strings.</p></li>
<li><p>drop are strings or list of strings.</p></li>
<li><p>obs is a number - either string or int</p></li>
<li><p>first obs is a number - either string or int</p></li>
<li><p>firstobs is a number - either string or int</p></li>
<li><p>format is a string or dictionary { var: format }</p></li>
<li><p>encoding is a string</p></li>
</ul>
Expand Down Expand Up @@ -977,7 +977,7 @@ <h2>SAS Session Object<a class="headerlink" href="#sas-session-object" title="Pe
<li><p>keep are strings or list of strings.</p></li>
<li><p>drop are strings or list of strings.</p></li>
<li><p>obs is a number - either string or int</p></li>
<li><p>first obs is a number - either string or int</p></li>
<li><p>firstobs is a number - either string or int</p></li>
<li><p>format is a string or dictionary { var: format }</p></li>
<li><p>encoding is a string</p></li>
</ul>
Expand Down Expand Up @@ -1147,7 +1147,7 @@ <h2>SAS Session Object<a class="headerlink" href="#sas-session-object" title="Pe
<li><p>keep are strings or list of strings.</p></li>
<li><p>drop are strings or list of strings.</p></li>
<li><p>obs is a number - either string or int</p></li>
<li><p>first obs is a number - either string or int</p></li>
<li><p>firstobs is a number - either string or int</p></li>
<li><p>format is a string or dictionary { var: format }</p></li>
<li><p>encoding is a string</p></li>
</ul>
Expand Down Expand Up @@ -1218,7 +1218,7 @@ <h2>SAS Session Object<a class="headerlink" href="#sas-session-object" title="Pe
<li><p>keep are strings or list of strings.</p></li>
<li><p>drop are strings or list of strings.</p></li>
<li><p>obs is a number - either string or int</p></li>
<li><p>first obs is a number - either string or int</p></li>
<li><p>firstobs is a number - either string or int</p></li>
<li><p>format is a string or dictionary { var: format }</p></li>
<li><p>encoding is a string</p></li>
</ul>
Expand Down Expand Up @@ -1272,7 +1272,7 @@ <h2>SAS Session Object<a class="headerlink" href="#sas-session-object" title="Pe
<li><p>keep are strings or list of strings.</p></li>
<li><p>drop are strings or list of strings.</p></li>
<li><p>obs is a number - either string or int</p></li>
<li><p>first obs is a number - either string or int</p></li>
<li><p>firstobs is a number - either string or int</p></li>
<li><p>format is a string or dictionary { var: format }</p></li>
<li><p>encoding is a string</p></li>
</ul>
Expand Down Expand Up @@ -1563,7 +1563,7 @@ <h2>SAS Session Object<a class="headerlink" href="#sas-session-object" title="Pe
<li><p>keep are strings or list of strings.</p></li>
<li><p>drop are strings or list of strings.</p></li>
<li><p>obs is a number - either string or int</p></li>
<li><p>first obs is a number - either string or int</p></li>
<li><p>firstobs is a number - either string or int</p></li>
<li><p>format is a string or dictionary { var: format }</p></li>
<li><p>encoding is a string</p></li>
</ul>
Expand Down Expand Up @@ -1621,7 +1621,7 @@ <h2>SAS Data Object<a class="headerlink" href="#sas-data-object" title="Permalin
<li><p>keep are strings or list of strings.</p></li>
<li><p>drop are strings or list of strings.</p></li>
<li><p>obs is a numbers - either string or int</p></li>
<li><p>first obs is a numbers - either string or int</p></li>
<li><p>firstobs is a numbers - either string or int</p></li>
<li><p>format is a string or dictionary { var: format }</p></li>
<li><p>encoding is a string</p></li>
</ul>
Expand Down

0 comments on commit 20b66e2

Please sign in to comment.