Actually strip status

This commit is contained in:
Hadley Wickham
2022-11-18 11:55:22 -06:00
parent 868a35ca71
commit a0f9d0d2d6
29 changed files with 35 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
<section data-type="chapter" id="chp-datetimes">
<h1><span id="sec-dates-and-times" class="quarto-section-identifier d-none d-lg-block"><span class="chapter-title">Dates and times</span></span></h1><p>::: status callout-note You are reading the work-in-progress second edition of R for Data Science. This chapter should be readable but is currently undergoing final polishing. You can find the complete first edition at <a href="https://r4ds.had.co.nz" class="uri">https://r4ds.had.co.nz</a>. :::</p>
<h1><span id="sec-dates-and-times" class="quarto-section-identifier d-none d-lg-block"><span class="chapter-title">Dates and times</span></span></h1>
<section id="introduction" data-type="sect1">
<h1>
Introduction</h1>
@@ -35,7 +35,7 @@ Creating date/times</h1>
<pre data-type="programlisting" data-code-language="r">today()
#&gt; [1] "2022-11-18"
now()
#&gt; [1] "2022-11-18 10:59:07 CST"</pre>
#&gt; [1] "2022-11-18 11:36:09 CST"</pre>
</div>
<p>Otherwise, the following sections describe the four ways youre likely to create a date/time:</p>
<ul><li>While reading a file with readr.</li>