Skip to content

Commit 4001913

Browse files
committed
w
1 parent 17dc6ef commit 4001913

6 files changed

Lines changed: 24 additions & 989 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

docs/.DS_Store

0 Bytes
Binary file not shown.

docs/other/.DS_Store

6 KB
Binary file not shown.

docs/other/1 google analytics/1 google analytics.html

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="author" content="Tony Duan">
1010

11-
<title>google analytic in R – Into R</title>
11+
<title>google analytic in R – R Handbook</title>
1212
<style>
1313
code{white-space: pre-wrap;}
1414
span.smallcaps{font-variant: small-caps;}
@@ -75,7 +75,7 @@
7575
<link href="../../site_libs/quarto-html/quarto-syntax-highlighting-494121dfa8658343c03537e94414993d.css" rel="stylesheet" id="quarto-text-highlighting-styles">
7676
<script src="../../site_libs/bootstrap/bootstrap.min.js"></script>
7777
<link href="../../site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
78-
<link href="../../site_libs/bootstrap/bootstrap-c40501fda89cbc240d84efadedcf7c79.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
78+
<link href="../../site_libs/bootstrap/bootstrap-f99d74084a9a188c2dfc40352fff8fcd.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
7979
<script id="quarto-search-options" type="application/json">{
8080
"location": "navbar",
8181
"copy-button": false,
@@ -115,7 +115,7 @@
115115

116116

117117
<link rel="stylesheet" href="../../styles.css">
118-
<meta name="twitter:title" content="google analytic in R – Into R">
118+
<meta name="twitter:title" content="google analytic in R – R Handbook">
119119
<meta name="twitter:description" content="">
120120
<meta name="twitter:card" content="summary">
121121
</head>
@@ -131,7 +131,7 @@
131131
<img src="../../Rlogo.png" alt="" class="navbar-logo">
132132
</a>
133133
<a class="navbar-brand" href="../../index.html">
134-
<span class="navbar-title">Into R</span>
134+
<span class="navbar-title">R Handbook</span>
135135
</a>
136136
</div>
137137
<div id="quarto-search" class="" title="Search"></div>
@@ -259,8 +259,12 @@
259259
<span class="dropdown-text">3 dashboard</span></a>
260260
</li>
261261
<li>
262-
<a class="dropdown-item" href="../../Publish/4 email/1 email.html">
262+
<a class="dropdown-item" href="../../Publish/4 email/email.html">
263263
<span class="dropdown-text">4 email</span></a>
264+
</li>
265+
<li>
266+
<a class="dropdown-item" href="../../Publish/5 git/git.html">
267+
<span class="dropdown-text">5 git</span></a>
264268
</li>
265269
</ul>
266270
</li>
@@ -275,7 +279,7 @@
275279
<span class="dropdown-text">1 google analytics</span></a>
276280
</li>
277281
<li>
278-
<a class="dropdown-item" href="../../other/2 web scrap/web scrap.html">
282+
<a class="dropdown-item" href="../../other/2 web scrap/1 web scrap with rvest.html">
279283
<span class="dropdown-text">2 web scrap</span></a>
280284
</li>
281285
<li>
@@ -349,8 +353,20 @@
349353
<ul id="quarto-sidebar-section-3" class="collapse list-unstyled sidebar-section depth2 show">
350354
<li class="sidebar-item">
351355
<div class="sidebar-item-container">
352-
<a href="../../other/2 web scrap/web scrap.html" class="sidebar-item-text sidebar-link">
353-
<span class="menu-text">web scrap</span></a>
356+
<a href="../../other/2 web scrap/1 web scrap with rvest.html" class="sidebar-item-text sidebar-link">
357+
<span class="menu-text">web scrap with rvest</span></a>
358+
</div>
359+
</li>
360+
<li class="sidebar-item">
361+
<div class="sidebar-item-container">
362+
<a href="../../other/2 web scrap/2 web scrap with chromote.html" class="sidebar-item-text sidebar-link">
363+
<span class="menu-text">web scrap with chromote</span></a>
364+
</div>
365+
</li>
366+
<li class="sidebar-item">
367+
<div class="sidebar-item-container">
368+
<a href="../../other/2 web scrap/3 web scrap advance.html" class="sidebar-item-text sidebar-link">
369+
<span class="menu-text">web scrap with advance</span></a>
354370
</div>
355371
</li>
356372
</ul>

0 commit comments

Comments
 (0)