Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.

Commit 80f175c

Browse files
committed
Typos
1 parent a0f55f4 commit 80f175c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

06-ExploringData.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ df.alltags.sub <- readRDS("./data/dfAlltagsSub.rds") # change dir to local direc
4141
4242
```
4343

44-
Or, if you've applied a custom filter to your .motus file, you can load the previously downloaded sample .motus data (see Chapter \@ref(accessingData) and clean it now. Currently the main benefit of using the custom filter is that you apply the filter to the .motus file, which allows you more flexibility in applying dplyr functions to manage and filter the data (e.g., you can select different variables to include in the data than we included in the RDS file in Chapter \@ref(dataCleaning). This approach also allows you to more readily integrate new data added to your database with the tagme function. Because we are selecting the same variables and filtering the same records, the following gives you the same dataset as the readRDS statement above:
44+
Or, if you've applied a custom filter to your .motus file, you can load the previously downloaded sample .motus data (see Chapter \@ref(accessingData)) and clean it now. Currently the main benefit of using the custom filter is that you apply the filter to the .motus file, which allows you more flexibility in applying dplyr functions to manage and filter the data (e.g., you can select different variables to include in the data than we included in the RDS file in Chapter \@ref(dataCleaning)). This approach also allows you to more readily integrate new data added to your database with the tagme function. Because we are selecting the same variables and filtering the same records, the following gives you the same dataset as the readRDS statement above:
4545

4646
```{r importData, eval = FALSE}
4747

MotusRBook.log

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=pdflatex 2017.2.20) 3 AUG 2018 21:11
1+
This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=pdflatex 2017.2.20) 5 AUG 2018 01:38
22
entering extended mode
33
restricted \write18 enabled.
44
%&-line parsing enabled.
@@ -1863,7 +1863,7 @@ fonts/type1/public/lm/lmri10.pfb></usr/local/texlive/2016basic/texmf-dist/fonts
18631863
lic/lm/lmtk10.pfb></usr/local/texlive/2016basic/texmf-dist/fonts/type1/public/l
18641864
m/lmtt10.pfb></usr/local/texlive/2016basic/texmf-dist/fonts/type1/public/lm/lmt
18651865
ti10.pfb>
1866-
Output written on MotusRBook.pdf (121 pages, 15249540 bytes).
1866+
Output written on MotusRBook.pdf (121 pages, 15249562 bytes).
18671867
PDF statistics:
18681868
1529 PDF objects out of 1728 (max. 8388607)
18691869
1286 compressed objects within 13 object streams

_book/MotusRBook.pdf

22 Bytes
Binary file not shown.

_book/exploreData.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ <h2><span class="header-section-number">6.2</span> Load data</h2>
334334
<p>If you followed along with the the previous Chapter (Chapter <a href="dataCleaning.html#dataCleaning">5</a>) and are working with the cleaned ‘df.alltags.sub’ file, you can skip this step and move to section <a href="exploreData.html#dataSummaries">6.3</a>.</p>
335335
<p>Otherwise, if you saved your data as an RDS file, you can load it using:</p>
336336
<div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r">df.alltags.sub &lt;-<span class="st"> </span><span class="kw">readRDS</span>(<span class="st">&quot;./data/dfAlltagsSub.rds&quot;</span>) <span class="co"># change dir to local directory</span></code></pre></div>
337-
<p>Or, if you’ve applied a custom filter to your .motus file, you can load the previously downloaded sample .motus data (see Chapter <a href="accessingData.html#accessingData">3</a> and clean it now. Currently the main benefit of using the custom filter is that you apply the filter to the .motus file, which allows you more flexibility in applying dplyr functions to manage and filter the data (e.g., you can select different variables to include in the data than we included in the RDS file in Chapter <a href="dataCleaning.html#dataCleaning">5</a>. This approach also allows you to more readily integrate new data added to your database with the tagme function. Because we are selecting the same variables and filtering the same records, the following gives you the same dataset as the readRDS statement above:</p>
337+
<p>Or, if you’ve applied a custom filter to your .motus file, you can load the previously downloaded sample .motus data (see Chapter <a href="accessingData.html#accessingData">3</a>) and clean it now. Currently the main benefit of using the custom filter is that you apply the filter to the .motus file, which allows you more flexibility in applying dplyr functions to manage and filter the data (e.g., you can select different variables to include in the data than we included in the RDS file in Chapter <a href="dataCleaning.html#dataCleaning">5</a>). This approach also allows you to more readily integrate new data added to your database with the tagme function. Because we are selecting the same variables and filtering the same records, the following gives you the same dataset as the readRDS statement above:</p>
338338
<div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r"><span class="co"># load the .motus file</span>
339339
proj.num =<span class="st"> </span><span class="dv">176</span>
340340
sql.motus &lt;-<span class="st"> </span><span class="kw">tagme</span>(proj.num, <span class="dt">update =</span> <span class="ot">TRUE</span>, <span class="dt">dir =</span> <span class="st">&quot;./data/&quot;</span>)

_book/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)