Julian Flowers
2017-04-17
Analysis based on reading Google analytics (GA) API with RGA
package
Identify relevant IDs
===============================================
landingPages <- landingPages %>%
left_join(lookup1)
landingPages <- landingPages %>% mutate(name = recode(name, "All Web Site Data" = "Tobacco"))
## Have a quick look to see what we have
landingPages %>%
sample_n(10) %>%
select(landingPagePath, name, websiteUrl)
## landingPagePath
## 42065 /fingertips.phe.org.uk/search/dementia
## 72863 /fingertips.phe.org.uk/search/hospital
## 80814 /fingertips.phe.org.uk/capture-shot
## 102905 /fingertips.phe.org.uk/profile-group/child-health/profile/child-health-overview
## 63700 /fingertips.phe.org.uk/search/HPV vaccine
## 110822 /fingertips.phe.org.uk/profile/cancerservices/data
## 8966 /contact-us
## 63072 /fingertips.phe.org.uk/sexualhealth
## 50692 /fingertips.phe.org.uk/profile/cardiovascular
## 86013 /fingertips.phe.org.uk/search/iapt
## name websiteUrl
## 42065 Fingertips site data https://phe.org.uk
## 72863 Fingertips site data https://phe.org.uk
## 80814 Fingertips site data https://phe.org.uk
## 102905 Fingertips site data https://phe.org.uk
## 63700 Fingertips site data https://phe.org.uk
## 110822 Fingertips site data https://phe.org.uk
## 8966 PHOF http://www.phoutcomes.info
## 63072 Fingertips site data https://phe.org.uk
## 50692 Fingertips site data https://phe.org.uk
## 86013 Fingertips site data https://phe.org.uk
## id date root
## 1 65073818 2017-03-19 (not set)
## 2 65073818 2017-03-19
## 3 65073818 2017-03-19
## 4 65073818 2017-03-19
## 5 65073818 2017-03-19
## 6 65073818 2017-03-19
## 7 65073818 2017-03-19
## 8 65073818 2017-03-19
## 9 65073818 2017-03-19
## 10 65073818 2017-03-19
## 11 65073818 2017-03-19
## 12 65073818 2017-03-19
## 13 65073818 2017-03-19
## 14 65073818 2017-03-19
## 15 65073818 2017-03-19
## 16 65073818 2017-03-19
## 17 65073818 2017-03-19
## 18 65073818 2017-03-19
## 19 65073818 2017-03-19
## 20 65073818 2017-03-19
## 21 65073818 2017-03-19
## 22 65073818 2017-03-19
## 23 65073818 2017-03-20 (not set)
## 24 65073818 2017-03-20
## 25 65073818 2017-03-20
## 26 65073818 2017-03-20
## 27 65073818 2017-03-20
## 28 65073818 2017-03-20
## 29 65073818 2017-03-20
## 30 65073818 2017-03-20
## 31 65073818 2017-03-20
## 32 65073818 2017-03-20
## 33 65073818 2017-03-20
## 34 65073818 2017-03-20
## 35 65073818 2017-03-20
## 36 65073818 2017-03-20
## 37 65073818 2017-03-20
## 38 65073818 2017-03-20
## 39 65073818 2017-03-20
## 40 65073818 2017-03-20
## 41 65073818 2017-03-20
## 42 65073818 2017-03-20
## 43 65073818 2017-03-20
## 44 65073818 2017-03-20
## 45 65073818 2017-03-20
## 46 65073818 2017-03-20
## 47 65073818 2017-03-20
## 48 65073818 2017-03-20
## 49 65073818 2017-03-20
## 50 65073818 2017-03-20
## 51 65073818 2017-03-20
## 52 65073818 2017-03-20
## 53 65073818 2017-03-20
## 54 65073818 2017-03-20
## 55 65073818 2017-03-20
## 56 65073818 2017-03-20
## 57 65073818 2017-03-20
## 58 65073818 2017-03-20
## 59 65073818 2017-03-20
## 60 65073818 2017-03-20
## 61 65073818 2017-03-20
## 62 65073818 2017-03-20
## 63 65073818 2017-03-21 (not set)
## 64 65073818 2017-03-21
## 65 65073818 2017-03-21
## 66 65073818 2017-03-21
## 67 65073818 2017-03-21
## 68 65073818 2017-03-21
## 69 65073818 2017-03-21
## 70 65073818 2017-03-21
## 71 65073818 2017-03-21
## 72 65073818 2017-03-21
## 73 65073818 2017-03-21
## 74 65073818 2017-03-21
## 75 65073818 2017-03-21
## 76 65073818 2017-03-21
## 77 65073818 2017-03-21
## 78 65073818 2017-03-21
## 79 65073818 2017-03-21
## 80 65073818 2017-03-21
## 81 65073818 2017-03-21
## 82 65073818 2017-03-21
## 83 65073818 2017-03-21
## 84 65073818 2017-03-21
## 85 65073818 2017-03-21
## 86 65073818 2017-03-21
## 87 65073818 2017-03-21
## 88 65073818 2017-03-21
## 89 65073818 2017-03-21
## 90 65073818 2017-03-21
## 91 65073818 2017-03-21
## 92 65073818 2017-03-21
## 93 65073818 2017-03-21
## 94 65073818 2017-03-21
## 95 65073818 2017-03-21
## 96 65073818 2017-03-21
## 97 65073818 2017-03-21
## 98 65073818 2017-03-21
## 99 65073818 2017-03-21
## 100 65073818 2017-03-21
## 101 65073818 2017-03-21
## 102 65073818 2017-03-21
## 103 65073818 2017-03-21
## 104 65073818 2017-03-21
## 105 65073818 2017-03-21
## 106 65073818 2017-03-21
## 107 65073818 2017-03-22 (not set)
## 108 65073818 2017-03-22
## 109 65073818 2017-03-22
## 110 65073818 2017-03-22
## 111 65073818 2017-03-22
## 112 65073818 2017-03-22
## 113 65073818 2017-03-22
## 114 65073818 2017-03-22
## 115 65073818 2017-03-22
## 116 65073818 2017-03-22
## 117 65073818 2017-03-22
## 118 65073818 2017-03-22
## 119 65073818 2017-03-22
## 120 65073818 2017-03-22
## 121 65073818 2017-03-22
## 122 65073818 2017-03-22
## 123 65073818 2017-03-22
## 124 65073818 2017-03-22
## 125 65073818 2017-03-22
## 126 65073818 2017-03-22
## 127 65073818 2017-03-22
## 128 65073818 2017-03-22
## 129 65073818 2017-03-22
## 130 65073818 2017-03-22
## 131 65073818 2017-03-22
## 132 65073818 2017-03-22
## 133 65073818 2017-03-22
## 134 65073818 2017-03-22
## 135 65073818 2017-03-22
## 136 65073818 2017-03-22
## 137 65073818 2017-03-22
## 138 65073818 2017-03-22
## 139 65073818 2017-03-22
## 140 65073818 2017-03-22
## 141 65073818 2017-03-22
## 142 65073818 2017-03-22
## 143 65073818 2017-03-22
## 144 65073818 2017-03-22
## 145 65073818 2017-03-23 (not set)
## 146 65073818 2017-03-23
## 147 65073818 2017-03-23
## 148 65073818 2017-03-23
## 149 65073818 2017-03-23
## 150 65073818 2017-03-23
## 151 65073818 2017-03-23
## 152 65073818 2017-03-23
## 153 65073818 2017-03-23
## 154 65073818 2017-03-23
## 155 65073818 2017-03-23
## 156 65073818 2017-03-23
## 157 65073818 2017-03-23
## 158 65073818 2017-03-23
## 159 65073818 2017-03-23
## 160 65073818 2017-03-23
## 161 65073818 2017-03-23
## 162 65073818 2017-03-23
## 163 65073818 2017-03-23
## 164 65073818 2017-03-23
## 165 65073818 2017-03-23
## 166 65073818 2017-03-23
## 167 65073818 2017-03-23
## 168 65073818 2017-03-23
## 169 65073818 2017-03-23
## 170 65073818 2017-03-23
## 171 65073818 2017-03-23
## 172 65073818 2017-03-23
## 173 65073818 2017-03-23
## 174 65073818 2017-03-23
## 175 65073818 2017-03-23
## 176 65073818 2017-03-23
## 177 65073818 2017-03-23
## 178 65073818 2017-03-24 (not set)
## 179 65073818 2017-03-24
## 180 65073818 2017-03-24
## 181 65073818 2017-03-24
## 182 65073818 2017-03-24
## 183 65073818 2017-03-24
## 184 65073818 2017-03-24
## 185 65073818 2017-03-24
## 186 65073818 2017-03-24
## 187 65073818 2017-03-24
## 188 65073818 2017-03-24
## 189 65073818 2017-03-24
## 190 65073818 2017-03-24
## 191 65073818 2017-03-24
## 192 65073818 2017-03-24
## 193 65073818 2017-03-24
## 194 65073818 2017-03-24
## 195 65073818 2017-03-24
## 196 65073818 2017-03-24
## 197 65073818 2017-03-24
## 198 65073818 2017-03-24
## 199 65073818 2017-03-24
## 200 65073818 2017-03-24
## 201 65073818 2017-03-24
## 202 65073818 2017-03-24
## 203 65073818 2017-03-24
## 204 65073818 2017-03-24
## 205 65073818 2017-03-24
## 206 65073818 2017-03-25 (not set)
## 207 65073818 2017-03-25
## 208 65073818 2017-03-25
## 209 65073818 2017-03-25
## 210 65073818 2017-03-25
## 211 65073818 2017-03-25
## 212 65073818 2017-03-25
## 213 65073818 2017-03-25
## 214 65073818 2017-03-25
## 215 65073818 2017-03-25
## 216 65073818 2017-03-26 (not set)
## 217 65073818 2017-03-26
## 218 65073818 2017-03-26
## 219 65073818 2017-03-26
## 220 65073818 2017-03-26
## 221 65073818 2017-03-26
## 222 65073818 2017-03-26
## 223 65073818 2017-03-26
## 224 65073818 2017-03-26
## 225 65073818 2017-03-26
## 226 65073818 2017-03-26
## 227 65073818 2017-03-27 (not set)
## 228 65073818 2017-03-27
## 229 65073818 2017-03-27
## 230 65073818 2017-03-27
## 231 65073818 2017-03-27
## 232 65073818 2017-03-27
## 233 65073818 2017-03-27
## 234 65073818 2017-03-27
## 235 65073818 2017-03-27
## 236 65073818 2017-03-27
## 237 65073818 2017-03-27
## 238 65073818 2017-03-27
## 239 65073818 2017-03-27
## 240 65073818 2017-03-27
## 241 65073818 2017-03-27
## 242 65073818 2017-03-27
## 243 65073818 2017-03-27
## 244 65073818 2017-03-27
## 245 65073818 2017-03-27
## 246 65073818 2017-03-27
## 247 65073818 2017-03-27
## 248 65073818 2017-03-27
## 249 65073818 2017-03-27
## 250 65073818 2017-03-27
## 251 65073818 2017-03-27
## 252 65073818 2017-03-27
## 253 65073818 2017-03-27
## 254 65073818 2017-03-27
## 255 65073818 2017-03-27
## 256 65073818 2017-03-28 (not set)
## 257 65073818 2017-03-28
## 258 65073818 2017-03-28
## 259 65073818 2017-03-28
## 260 65073818 2017-03-28
## 261 65073818 2017-03-28
## 262 65073818 2017-03-28
## 263 65073818 2017-03-28
## 264 65073818 2017-03-28
## 265 65073818 2017-03-28
## 266 65073818 2017-03-28
## 267 65073818 2017-03-28
## 268 65073818 2017-03-28
## 269 65073818 2017-03-28
## 270 65073818 2017-03-28
## 271 65073818 2017-03-28
## 272 65073818 2017-03-28
## 273 65073818 2017-03-28
## 274 65073818 2017-03-28
## 275 65073818 2017-03-28
## 276 65073818 2017-03-28
## 277 65073818 2017-03-28
## 278 65073818 2017-03-28
## 279 65073818 2017-03-28
## 280 65073818 2017-03-28
## 281 65073818 2017-03-28
## 282 65073818 2017-03-28
## 283 65073818 2017-03-28
## 284 65073818 2017-03-28
## 285 65073818 2017-03-28
## 286 65073818 2017-03-28
## 287 65073818 2017-03-28
## 288 65073818 2017-03-28
## 289 65073818 2017-03-28
## 290 65073818 2017-03-28
## 291 65073818 2017-03-28
## 292 65073818 2017-03-28
## 293 65073818 2017-03-28
## 294 65073818 2017-03-28
## 295 65073818 2017-03-28
## 296 65073818 2017-03-28
## 297 65073818 2017-03-28
## 298 65073818 2017-03-28
## 299 65073818 2017-03-28
## 300 65073818 2017-03-29 (not set)
## 301 65073818 2017-03-29
## 302 65073818 2017-03-29
## 303 65073818 2017-03-29
## 304 65073818 2017-03-29
## 305 65073818 2017-03-29
## 306 65073818 2017-03-29
## 307 65073818 2017-03-29
## 308 65073818 2017-03-29
## 309 65073818 2017-03-29
## 310 65073818 2017-03-29
## 311 65073818 2017-03-29
## 312 65073818 2017-03-29
## 313 65073818 2017-03-29
## 314 65073818 2017-03-29
## 315 65073818 2017-03-29
## 316 65073818 2017-03-29
## 317 65073818 2017-03-29
## 318 65073818 2017-03-29
## 319 65073818 2017-03-29
## 320 65073818 2017-03-29
## 321 65073818 2017-03-29
## 322 65073818 2017-03-29
## 323 65073818 2017-03-29
## 324 65073818 2017-03-29
## 325 65073818 2017-03-29
## 326 65073818 2017-03-29
## 327 65073818 2017-03-29
## 328 65073818 2017-03-29
## 329 65073818 2017-03-30 (not set)
## 330 65073818 2017-03-30
## 331 65073818 2017-03-30
## 332 65073818 2017-03-30
## 333 65073818 2017-03-30
## 334 65073818 2017-03-30
## 335 65073818 2017-03-30
## 336 65073818 2017-03-30
## 337 65073818 2017-03-30
## 338 65073818 2017-03-30
## 339 65073818 2017-03-30
## 340 65073818 2017-03-30
## 341 65073818 2017-03-30
## 342 65073818 2017-03-30
## 343 65073818 2017-03-30
## 344 65073818 2017-03-30
## 345 65073818 2017-03-30
## 346 65073818 2017-03-30
## 347 65073818 2017-03-30
## 348 65073818 2017-03-30
## 349 65073818 2017-03-30
## 350 65073818 2017-03-30
## 351 65073818 2017-03-30
## 352 65073818 2017-03-30
## 353 65073818 2017-03-30
## 354 65073818 2017-03-30
## 355 65073818 2017-03-30
## 356 65073818 2017-03-30
## 357 65073818 2017-03-30
## 358 65073818 2017-03-30
## 359 65073818 2017-03-30
## 360 65073818 2017-03-30
## 361 65073818 2017-03-30
## 362 65073818 2017-03-30
## 363 65073818 2017-03-30
## 364 65073818 2017-03-30
## 365 65073818 2017-03-30
## 366 65073818 2017-03-30
## 367 65073818 2017-03-30
## 368 65073818 2017-03-31 (not set)
## 369 65073818 2017-03-31
## 370 65073818 2017-03-31
## 371 65073818 2017-03-31
## 372 65073818 2017-03-31
## 373 65073818 2017-03-31
## 374 65073818 2017-03-31
## 375 65073818 2017-03-31
## 376 65073818 2017-03-31
## 377 65073818 2017-03-31
## 378 65073818 2017-03-31
## 379 65073818 2017-03-31
## 380 65073818 2017-03-31
## 381 65073818 2017-03-31
## 382 65073818 2017-03-31
## 383 65073818 2017-03-31
## 384 65073818 2017-03-31
## 385 65073818 2017-03-31
## 386 65073818 2017-03-31
## 387 65073818 2017-03-31
## 388 65073818 2017-03-31
## 389 65073818 2017-03-31
## 390 65073818 2017-03-31
## 391 65073818 2017-03-31
## 392 65073818 2017-03-31
## 393 65073818 2017-03-31
## 394 65073818 2017-03-31
## 395 65073818 2017-03-31
## 396 65073818 2017-03-31
## 397 65073818 2017-04-01 (not set)
## 398 65073818 2017-04-01
## 399 65073818 2017-04-01
## 400 65073818 2017-04-01
## 401 65073818 2017-04-01
## 402 65073818 2017-04-01
## 403 65073818 2017-04-01
## 404 65073818 2017-04-01
## 405 65073818 2017-04-01
## 406 65073818 2017-04-02 (not set)
## 407 65073818 2017-04-02
## 408 65073818 2017-04-02
## 409 65073818 2017-04-02
## 410 65073818 2017-04-02
## 411 65073818 2017-04-02
## 412 65073818 2017-04-02
## 413 65073818 2017-04-02
## 414 65073818 2017-04-02
## 415 65073818 2017-04-02
## 416 65073818 2017-04-02
## 417 65073818 2017-04-02
## 418 65073818 2017-04-02
## 419 65073818 2017-04-03 (not set)
## 420 65073818 2017-04-03
## 421 65073818 2017-04-03
## 422 65073818 2017-04-03
## 423 65073818 2017-04-03
## 424 65073818 2017-04-03
## 425 65073818 2017-04-03
## 426 65073818 2017-04-03
## 427 65073818 2017-04-03
## 428 65073818 2017-04-03
## 429 65073818 2017-04-03
## 430 65073818 2017-04-03
## 431 65073818 2017-04-03
## 432 65073818 2017-04-03
## 433 65073818 2017-04-03
## 434 65073818 2017-04-03
## 435 65073818 2017-04-03
## 436 65073818 2017-04-03
## 437 65073818 2017-04-03
## 438 65073818 2017-04-03
## 439 65073818 2017-04-03
## 440 65073818 2017-04-03
## 441 65073818 2017-04-03
## 442 65073818 2017-04-03
## 443 65073818 2017-04-03
## 444 65073818 2017-04-03
## 445 65073818 2017-04-03
## 446 65073818 2017-04-03
## 447 65073818 2017-04-03
## 448 65073818 2017-04-03
## 449 65073818 2017-04-03
## 450 65073818 2017-04-03
## 451 65073818 2017-04-04 (not set)
## 452 65073818 2017-04-04
## 453 65073818 2017-04-04
## 454 65073818 2017-04-04
## 455 65073818 2017-04-04
## 456 65073818 2017-04-04
## 457 65073818 2017-04-04
## 458 65073818 2017-04-04
## 459 65073818 2017-04-04
## 460 65073818 2017-04-04
## 461 65073818 2017-04-04
## 462 65073818 2017-04-04
## 463 65073818 2017-04-04
## 464 65073818 2017-04-04
## 465 65073818 2017-04-04
## 466 65073818 2017-04-04
## 467 65073818 2017-04-04
## 468 65073818 2017-04-04
## 469 65073818 2017-04-04
## 470 65073818 2017-04-04
## 471 65073818 2017-04-04
## 472 65073818 2017-04-04
## 473 65073818 2017-04-04
## 474 65073818 2017-04-04
## 475 65073818 2017-04-04
## 476 65073818 2017-04-04
## 477 65073818 2017-04-04
## 478 65073818 2017-04-04
## 479 65073818 2017-04-04
## 480 65073818 2017-04-04
## 481 65073818 2017-04-04
## 482 65073818 2017-04-04
## 483 65073818 2017-04-04
## 484 65073818 2017-04-04
## 485 65073818 2017-04-04
## 486 65073818 2017-04-04
## 487 65073818 2017-04-04
## 488 65073818 2017-04-04
## 489 65073818 2017-04-04
## 490 65073818 2017-04-04
## 491 65073818 2017-04-04
## 492 65073818 2017-04-04
## 493 65073818 2017-04-04
## 494 65073818 2017-04-04
## 495 65073818 2017-04-04
## 496 65073818 2017-04-04
## 497 65073818 2017-04-04
## 498 65073818 2017-04-05 (not set)
## 499 65073818 2017-04-05
## 500 65073818 2017-04-05
## 501 65073818 2017-04-05
## 502 65073818 2017-04-05
## 503 65073818 2017-04-05
## 504 65073818 2017-04-05
## 505 65073818 2017-04-05
## 506 65073818 2017-04-05
## 507 65073818 2017-04-05
## 508 65073818 2017-04-05
## 509 65073818 2017-04-05
## 510 65073818 2017-04-05
## 511 65073818 2017-04-05
## 512 65073818 2017-04-05
## 513 65073818 2017-04-05
## 514 65073818 2017-04-05
## 515 65073818 2017-04-05
## 516 65073818 2017-04-05
## 517 65073818 2017-04-05
## 518 65073818 2017-04-05
## 519 65073818 2017-04-05
## 520 65073818 2017-04-05
## 521 65073818 2017-04-05
## 522 65073818 2017-04-05
## 523 65073818 2017-04-05
## 524 65073818 2017-04-05
## 525 65073818 2017-04-05
## 526 65073818 2017-04-05
## 527 65073818 2017-04-05
## 528 65073818 2017-04-05
## 529 65073818 2017-04-05
## 530 65073818 2017-04-05
## 531 65073818 2017-04-05
## 532 65073818 2017-04-05
## 533 65073818 2017-04-05
## 534 65073818 2017-04-05
## 535 65073818 2017-04-05
## 536 65073818 2017-04-05
## 537 65073818 2017-04-06 (not set)
## 538 65073818 2017-04-06
## 539 65073818 2017-04-06
## 540 65073818 2017-04-06
## 541 65073818 2017-04-06
## 542 65073818 2017-04-06
## 543 65073818 2017-04-06
## 544 65073818 2017-04-06
## 545 65073818 2017-04-06
## 546 65073818 2017-04-06
## 547 65073818 2017-04-06
## 548 65073818 2017-04-06
## 549 65073818 2017-04-06
## 550 65073818 2017-04-06
## 551 65073818 2017-04-06
## 552 65073818 2017-04-06
## 553 65073818 2017-04-06
## 554 65073818 2017-04-06
## 555 65073818 2017-04-06
## 556 65073818 2017-04-06
## 557 65073818 2017-04-06
## 558 65073818 2017-04-06
## 559 65073818 2017-04-06
## 560 65073818 2017-04-06
## 561 65073818 2017-04-06
## 562 65073818 2017-04-06
## 563 65073818 2017-04-06
## 564 65073818 2017-04-06
## 565 65073818 2017-04-06
## 566 65073818 2017-04-06
## 567 65073818 2017-04-07 (not set)
## 568 65073818 2017-04-07
## 569 65073818 2017-04-07
## 570 65073818 2017-04-07
## 571 65073818 2017-04-07
## 572 65073818 2017-04-07
## 573 65073818 2017-04-07
## 574 65073818 2017-04-07
## 575 65073818 2017-04-07
## 576 65073818 2017-04-07
## 577 65073818 2017-04-07
## 578 65073818 2017-04-07
## 579 65073818 2017-04-07
## 580 65073818 2017-04-07
## 581 65073818 2017-04-07
## 582 65073818 2017-04-07
## 583 65073818 2017-04-07
## 584 65073818 2017-04-07
## 585 65073818 2017-04-07
## 586 65073818 2017-04-07
## 587 65073818 2017-04-07
## 588 65073818 2017-04-07
## 589 65073818 2017-04-07
## 590 65073818 2017-04-07
## 591 65073818 2017-04-07
## 592 65073818 2017-04-07
## 593 65073818 2017-04-07
## 594 65073818 2017-04-07
## 595 65073818 2017-04-07
## 596 65073818 2017-04-07
## 597 65073818 2017-04-07
## 598 65073818 2017-04-07
## 599 65073818 2017-04-07
## 600 65073818 2017-04-07
## 601 65073818 2017-04-08 (not set)
## 602 65073818 2017-04-08
## 603 65073818 2017-04-08
## 604 65073818 2017-04-08
## 605 65073818 2017-04-08
## 606 65073818 2017-04-08
## 607 65073818 2017-04-08
## 608 65073818 2017-04-08
## 609 65073818 2017-04-08
## 610 65073818 2017-04-09 (not set)
## 611 65073818 2017-04-09
## 612 65073818 2017-04-09
## 613 65073818 2017-04-09
## 614 65073818 2017-04-09
## 615 65073818 2017-04-09
## 616 65073818 2017-04-09
## 617 65073818 2017-04-09
## 618 65073818 2017-04-09
## 619 65073818 2017-04-10 (not set)
## 620 65073818 2017-04-10
## 621 65073818 2017-04-10
## 622 65073818 2017-04-10
## 623 65073818 2017-04-10
## 624 65073818 2017-04-10
## 625 65073818 2017-04-10
## 626 65073818 2017-04-10
## 627 65073818 2017-04-10
## 628 65073818 2017-04-10
## 629 65073818 2017-04-10
## 630 65073818 2017-04-10
## 631 65073818 2017-04-10
## 632 65073818 2017-04-10
## 633 65073818 2017-04-10
## 634 65073818 2017-04-10
## 635 65073818 2017-04-10
## 636 65073818 2017-04-10
## 637 65073818 2017-04-10
## 638 65073818 2017-04-10
## 639 65073818 2017-04-10
## 640 65073818 2017-04-10
## 641 65073818 2017-04-10
## 642 65073818 2017-04-10
## 643 65073818 2017-04-10
## 644 65073818 2017-04-10
## 645 65073818 2017-04-10
## 646 65073818 2017-04-10
## 647 65073818 2017-04-10
## 648 65073818 2017-04-10
## 649 65073818 2017-04-10
## 650 65073818 2017-04-10
## 651 65073818 2017-04-10
## 652 65073818 2017-04-10
## 653 65073818 2017-04-10
## 654 65073818 2017-04-10
## 655 65073818 2017-04-10
## 656 65073818 2017-04-10
## 657 65073818 2017-04-10
## 658 65073818 2017-04-10
## 659 65073818 2017-04-11 (not set)
## 660 65073818 2017-04-11
## 661 65073818 2017-04-11
## 662 65073818 2017-04-11
## 663 65073818 2017-04-11
## 664 65073818 2017-04-11
## 665 65073818 2017-04-11
## 666 65073818 2017-04-11
## 667 65073818 2017-04-11
## 668 65073818 2017-04-11
## 669 65073818 2017-04-11
## 670 65073818 2017-04-11
## 671 65073818 2017-04-11
## 672 65073818 2017-04-11
## 673 65073818 2017-04-11
## 674 65073818 2017-04-11
## 675 65073818 2017-04-11
## 676 65073818 2017-04-11
## 677 65073818 2017-04-11
## 678 65073818 2017-04-11
## 679 65073818 2017-04-11
## 680 65073818 2017-04-11
## 681 65073818 2017-04-11
## 682 65073818 2017-04-11
## 683 65073818 2017-04-11
## 684 65073818 2017-04-11
## 685 65073818 2017-04-11
## 686 65073818 2017-04-11
## 687 65073818 2017-04-11
## 688 65073818 2017-04-11
## 689 65073818 2017-04-11
## 690 65073818 2017-04-11
## 691 65073818 2017-04-11
## 692 65073818 2017-04-11
## 693 65073818 2017-04-11
## 694 65073818 2017-04-12 (not set)
## 695 65073818 2017-04-12
## 696 65073818 2017-04-12
## 697 65073818 2017-04-12
## 698 65073818 2017-04-12
## 699 65073818 2017-04-12
## 700 65073818 2017-04-12
## 701 65073818 2017-04-12
## 702 65073818 2017-04-12
## 703 65073818 2017-04-12
## 704 65073818 2017-04-12
## 705 65073818 2017-04-12
## 706 65073818 2017-04-12
## 707 65073818 2017-04-12
## 708 65073818 2017-04-12
## 709 65073818 2017-04-12
## 710 65073818 2017-04-12
## 711 65073818 2017-04-12
## 712 65073818 2017-04-12
## 713 65073818 2017-04-12
## 714 65073818 2017-04-12
## 715 65073818 2017-04-12
## 716 65073818 2017-04-12
## 717 65073818 2017-04-12
## 718 65073818 2017-04-12
## 719 65073818 2017-04-12
## 720 65073818 2017-04-12
## 721 65073818 2017-04-12
## 722 65073818 2017-04-12
## 723 65073818 2017-04-12
## 724 65073818 2017-04-12
## 725 65073818 2017-04-12
## 726 65073818 2017-04-12
## 727 65073818 2017-04-12
## 728 65073818 2017-04-12
## 729 65073818 2017-04-12
## 730 65073818 2017-04-12
## 731 65073818 2017-04-12
## 732 65073818 2017-04-12
## 733 65073818 2017-04-12
## 734 65073818 2017-04-13 (not set)
## 735 65073818 2017-04-13
## 736 65073818 2017-04-13
## 737 65073818 2017-04-13
## 738 65073818 2017-04-13
## 739 65073818 2017-04-13
## 740 65073818 2017-04-13
## 741 65073818 2017-04-13
## 742 65073818 2017-04-13
## 743 65073818 2017-04-13
## 744 65073818 2017-04-13
## 745 65073818 2017-04-13
## 746 65073818 2017-04-13
## 747 65073818 2017-04-13
## 748 65073818 2017-04-13
## 749 65073818 2017-04-13
## 750 65073818 2017-04-13
## 751 65073818 2017-04-13
## 752 65073818 2017-04-13
## 753 65073818 2017-04-13
## 754 65073818 2017-04-13
## 755 65073818 2017-04-13
## 756 65073818 2017-04-13
## 757 65073818 2017-04-13
## 758 65073818 2017-04-13
## 759 65073818 2017-04-13
## 760 65073818 2017-04-13
## 761 65073818 2017-04-13
## 762 65073818 2017-04-13
## 763 65073818 2017-04-13
## 764 65073818 2017-04-13
## 765 65073818 2017-04-13
## 766 65073818 2017-04-13
## 767 65073818 2017-04-13
## 768 65073818 2017-04-13
## 769 65073818 2017-04-13
## 770 65073818 2017-04-13
## 771 65073818 2017-04-14 (not set)
## 772 65073818 2017-04-14
## 773 65073818 2017-04-14
## 774 65073818 2017-04-14
## 775 65073818 2017-04-14
## 776 65073818 2017-04-14
## 777 65073818 2017-04-14
## 778 65073818 2017-04-14
## 779 65073818 2017-04-14
## 780 65073818 2017-04-14
## 781 65073818 2017-04-14
## 782 65073818 2017-04-15 (not set)
## 783 65073818 2017-04-15
## 784 65073818 2017-04-15
## 785 65073818 2017-04-15
## 786 65073818 2017-04-15
## 787 65073818 2017-04-15
## 788 65073818 2017-04-15
## 789 65073818 2017-04-15
## 790 65073818 2017-04-16 (not set)
## 791 65073818 2017-04-16
## 792 65073818 2017-04-16
## 793 65073818 2017-04-16
## 794 65073818 2017-04-16
## 795 65073818 2017-04-16
## 796 65073818 2017-04-16
## 797 65073818 2017-04-16
## 798 65073818 2017-04-16
## 799 65073818 2017-04-17
## 800 65073818 2017-04-17
## 801 65073818 2017-04-17
## 802 65073818 2017-04-17
## 803 65073818 2017-04-17
## 804 65073818 2017-04-17
## 805 65073818 2017-04-17
## 806 65073818 2017-04-17
## 807 65073818 2017-04-17
## p1
## 1 <NA>
## 2
## 3 content
## 4 further-information
## 5 profile
## 6 public-health-outcomes-framework
## 7 public-health-outcomesframework
## 8 search
## 9 search
## 10 search
## 11 search
## 12 search
## 13 search
## 14 search
## 15 search
## 16 search
## 17 search
## 18 search
## 19 search
## 20 search
## 21 search
## 22 search
## 23 <NA>
## 24
## 25 capture-shot
## 26 faqs
## 27 further-information
## 28 profile-group
## 29 profile-group
## 30 profile
## 31 profile
## 32 profile
## 33 public-health-outcomes-framework
## 34 search
## 35 search
## 36 search
## 37 search
## 38 search
## 39 search
## 40 search
## 41 search
## 42 search
## 43 search
## 44 search
## 45 search
## 46 search
## 47 search
## 48 search
## 49 search
## 50 search
## 51 search
## 52 search
## 53 search
## 54 search
## 55 search
## 56 search
## 57 search
## 58 search
## 59 search
## 60 search
## 61 search
## 62 topic
## 63 <NA>
## 64
## 65 &view=teaching
## 66 capture-shot
## 67 contact-us
## 68 further-information
## 69 profile-group
## 70 profile
## 71 profile
## 72 profile
## 73 public-health-outcomes-framework
## 74 search
## 75 search
## 76 search
## 77 search
## 78 search
## 79 search
## 80 search
## 81 search
## 82 search
## 83 search
## 84 search
## 85 search
## 86 search
## 87 search
## 88 search
## 89 search
## 90 search
## 91 search
## 92 search
## 93 search
## 94 search
## 95 search
## 96 search
## 97 search
## 98 search
## 99 search
## 100 search
## 101 search
## 102 search
## 103 search
## 104 search
## 105 topic
## 106 topic
## 107 <NA>
## 108
## 109 &view=teaching
## 110 content
## 111 further-information
## 112 profile
## 113 profile
## 114 public-health-outcomes-framework
## 115 public-health-outcomes-framework
## 116 public-health-outcomesframework
## 117 search
## 118 search
## 119 search
## 120 search
## 121 search
## 122 search
## 123 search
## 124 search
## 125 search
## 126 search
## 127 search
## 128 search
## 129 search
## 130 search
## 131 search
## 132 search
## 133 search
## 134 search
## 135 search
## 136 search
## 137 search
## 138 search
## 139 search
## 140 search
## 141 search
## 142 search
## 143 search
## 144 search
## 145 <NA>
## 146
## 147 &view=teaching
## 148 contact-us
## 149 faqs
## 150 profile-group
## 151 profile-group
## 152 profile
## 153 profile
## 154 public-health-outcomes-framework
## 155 public-health-outcomes-framework
## 156 search
## 157 search
## 158 search
## 159 search
## 160 search
## 161 search
## 162 search
## 163 search
## 164 search
## 165 search
## 166 search
## 167 search
## 168 search
## 169 search
## 170 search
## 171 search
## 172 search
## 173 search
## 174 search
## 175 search
## 176 search
## 177 search
## 178 <NA>
## 179
## 180 contact-us
## 181 faqs
## 182 further-information
## 183 profile-group
## 184 profile
## 185 profile
## 186 profile
## 187 public-health-outcomes-framework
## 188 search
## 189 search
## 190 search
## 191 search
## 192 search
## 193 search
## 194 search
## 195 search
## 196 search
## 197 search
## 198 search
## 199 search
## 200 search
## 201 search
## 202 search
## 203 search
## 204 search
## 205 search
## 206 <NA>
## 207
## 208 profile
## 209 public-health-outcomes-framework
## 210 public-health-outcomesframework
## 211 search
## 212 search
## 213 search
## 214 search
## 215 search?q=cache:aoXTpsBnXHEJ:www.phoutcomes.info
## 216 <NA>
## 217
## 218 profile
## 219 public-health-outcomes-framework
## 220 public-health-outcomes-framework
## 221 search
## 222 search
## 223 search
## 224 search
## 225 search
## 226 search
## 227 <NA>
## 228
## 229 content
## 230 faqs
## 231 further-information
## 232 profile-group
## 233 profile
## 234 profile
## 235 public-health-outcomes-framework
## 236 public-health-outcomes-framework
## 237 search
## 238 search
## 239 search
## 240 search
## 241 search
## 242 search
## 243 search
## 244 search
## 245 search
## 246 search
## 247 search
## 248 search
## 249 search
## 250 search
## 251 search
## 252 search
## 253 search
## 254 search
## 255 search
## 256 <NA>
## 257
## 258 contact-us
## 259 faqs
## 260 further-information
## 261 profile-group
## 262 profile
## 263 profile
## 264 profile
## 265 profile
## 266 public-health-outcomes-framework
## 267 public-health-outcomes-framework
## 268 search
## 269 search
## 270 search
## 271 search
## 272 search
## 273 search
## 274 search
## 275 search
## 276 search
## 277 search
## 278 search
## 279 search
## 280 search
## 281 search
## 282 search
## 283 search
## 284 search
## 285 search
## 286 search
## 287 search
## 288 search
## 289 search
## 290 search
## 291 search
## 292 search
## 293 search
## 294 search
## 295 search
## 296 search
## 297 search
## 298 search
## 299 translate_c?depth=1&hl=es&prev=search&rurl=translate.google.es&sl=en&sp=nmt4&u=http:
## 300 <NA>
## 301
## 302 further-information
## 303 profile-group
## 304 profile
## 305 profile
## 306 public-health-outcomes-framework
## 307 public-health-outcomes-framework
## 308 public-health-outcomesframework
## 309 search
## 310 search
## 311 search
## 312 search
## 313 search
## 314 search
## 315 search
## 316 search
## 317 search
## 318 search
## 319 search
## 320 search
## 321 search
## 322 search
## 323 search
## 324 search
## 325 search
## 326 search
## 327 search
## 328 topic
## 329 <NA>
## 330
## 331 faqs
## 332 profile-group
## 333 profile
## 334 public-health-outcomes-framework
## 335 public-health-outcomes-framework
## 336 search
## 337 search
## 338 search
## 339 search
## 340 search
## 341 search
## 342 search
## 343 search
## 344 search
## 345 search
## 346 search
## 347 search
## 348 search
## 349 search
## 350 search
## 351 search
## 352 search
## 353 search
## 354 search
## 355 search
## 356 search
## 357 search
## 358 search
## 359 search
## 360 search
## 361 search
## 362 search
## 363 search
## 364 search
## 365 search
## 366 search
## 367 topic
## 368 <NA>
## 369
## 370 ).The
## 371 profile-group
## 372 profile
## 373 public-health-outcomes-framework
## 374 search
## 375 search
## 376 search
## 377 search
## 378 search
## 379 search
## 380 search
## 381 search
## 382 search
## 383 search
## 384 search
## 385 search
## 386 search
## 387 search
## 388 search
## 389 search
## 390 search
## 391 search
## 392 search
## 393 search
## 394 search
## 395 search
## 396 topic
## 397 <NA>
## 398
## 399 profile-group
## 400 public-health-outcomes-framework
## 401 search
## 402 search
## 403 search
## 404 search
## 405 topic
## 406 <NA>
## 407
## 408 faqs
## 409 profile
## 410 public-health-outcomes-framework
## 411 public-health-outcomes-framework
## 412 search
## 413 search
## 414 search
## 415 search
## 416 search
## 417 search
## 418 search
## 419 <NA>
## 420
## 421 contact-us
## 422 further-information
## 423 profile
## 424 profile
## 425 profile
## 426 public-health-outcomes-framework
## 427 public-health-outcomes-framework
## 428 search
## 429 search
## 430 search
## 431 search
## 432 search
## 433 search
## 434 search
## 435 search
## 436 search
## 437 search
## 438 search
## 439 search
## 440 search
## 441 search
## 442 search
## 443 search
## 444 search
## 445 search
## 446 search
## 447 search
## 448 search
## 449 topic
## 450 topic
## 451 <NA>
## 452
## 453 content
## 454 content
## 455 further-information
## 456 profile-group
## 457 profile
## 458 profile
## 459 profile
## 460 public-health-outcomes-frame-work
## 461 public-health-outcomes-framework
## 462 public-health-outcomes-framework
## 463 search
## 464 search
## 465 search
## 466 search
## 467 search
## 468 search
## 469 search
## 470 search
## 471 search
## 472 search
## 473 search
## 474 search
## 475 search
## 476 search
## 477 search
## 478 search
## 479 search
## 480 search
## 481 search
## 482 search
## 483 search
## 484 search
## 485 search
## 486 search
## 487 search
## 488 search
## 489 search
## 490 search
## 491 search
## 492 search
## 493 search
## 494 search
## 495 search
## 496 topic
## 497 topic
## 498 <NA>
## 499
## 500 content
## 501 content
## 502 faqs
## 503 further-information
## 504 profile-group
## 505 profile
## 506 profile
## 507 public-health-outcomes-framework
## 508 public-health-outcomes-framework
## 509 search
## 510 search
## 511 search
## 512 search
## 513 search
## 514 search
## 515 search
## 516 search
## 517 search
## 518 search
## 519 search
## 520 search
## 521 search
## 522 search
## 523 search
## 524 search
## 525 search
## 526 search
## 527 search
## 528 search
## 529 search
## 530 search
## 531 search
## 532 search
## 533 search
## 534 search
## 535 search
## 536 topic
## 537 <NA>
## 538
## 539 faqs
## 540 profile-group
## 541 profile
## 542 public-health-outcomes-framework
## 543 public-health-outcomes-framework
## 544 search
## 545 search
## 546 search
## 547 search
## 548 search
## 549 search
## 550 search
## 551 search
## 552 search
## 553 search
## 554 search
## 555 search
## 556 search
## 557 search
## 558 search
## 559 search
## 560 search
## 561 search
## 562 search
## 563 search
## 564 search
## 565 search
## 566 search
## 567 <NA>
## 568
## 569 profile-group
## 570 profile
## 571 public-health-outcomes-framework
## 572 search
## 573 search
## 574 search
## 575 search
## 576 search
## 577 search
## 578 search
## 579 search
## 580 search
## 581 search
## 582 search
## 583 search
## 584 search
## 585 search
## 586 search
## 587 search
## 588 search
## 589 search
## 590 search
## 591 search
## 592 search
## 593 search
## 594 search
## 595 search
## 596 search
## 597 search
## 598 search
## 599 search
## 600 topic
## 601 <NA>
## 602
## 603 public-health-outcomes-framework
## 604 public-health-outcomesframework
## 605 search
## 606 search
## 607 search
## 608 search
## 609 search
## 610 <NA>
## 611
## 612 further-information
## 613 public-health-outcomes-framework
## 614 public-health-outcomes-framework
## 615 search
## 616 search
## 617 search
## 618 search
## 619 <NA>
## 620
## 621 api
## 622 content
## 623 further-information
## 624 profile-group
## 625 profile
## 626 profile
## 627 public-health-outcomes-framework
## 628 search
## 629 search
## 630 search
## 631 search
## 632 search
## 633 search
## 634 search
## 635 search
## 636 search
## 637 search
## 638 search
## 639 search
## 640 search
## 641 search
## 642 search
## 643 search
## 644 search
## 645 search
## 646 search
## 647 search
## 648 search
## 649 search
## 650 search
## 651 search
## 652 search
## 653 search
## 654 search
## 655 search
## 656 search
## 657 topic
## 658 topic
## 659 <NA>
## 660
## 661 further-information
## 662 profile-group
## 663 profile
## 664 public-health-outcome-franework
## 665 public-health-outcomes-framework
## 666 public-health-outcomes-framework
## 667 search
## 668 search
## 669 search
## 670 search
## 671 search
## 672 search
## 673 search
## 674 search
## 675 search
## 676 search
## 677 search
## 678 search
## 679 search
## 680 search
## 681 search
## 682 search
## 683 search
## 684 search
## 685 search
## 686 search
## 687 search
## 688 search
## 689 search
## 690 search
## 691 search
## 692 search
## 693 topic
## 694 <NA>
## 695
## 696 further-information
## 697 profile
## 698 public-health-outcomes-framework
## 699 public-health-outcomes-framework
## 700 qa_tna_march
## 701 search
## 702 search
## 703 search
## 704 search
## 705 search
## 706 search
## 707 search
## 708 search
## 709 search
## 710 search
## 711 search
## 712 search
## 713 search
## 714 search
## 715 search
## 716 search
## 717 search
## 718 search
## 719 search
## 720 search
## 721 search
## 722 search
## 723 search
## 724 search
## 725 search
## 726 search
## 727 search
## 728 search
## 729 search
## 730 search
## 731 search
## 732 search
## 733 topic
## 734 <NA>
## 735
## 736 ?_sm_au_=inVZRqFTsMtDq1zN
## 737 further-information
## 738 profile-group
## 739 profile
## 740 profile
## 741 public-health-outcomes-framework
## 742 public-health-outcomes-framework
## 743 public-health-outcomesframework
## 744 search
## 745 search
## 746 search
## 747 search
## 748 search
## 749 search
## 750 search
## 751 search
## 752 search
## 753 search
## 754 search
## 755 search
## 756 search
## 757 search
## 758 search
## 759 search
## 760 search
## 761 search
## 762 search
## 763 search
## 764 search
## 765 search
## 766 search
## 767 search
## 768 search
## 769 search
## 770 search
## 771 <NA>
## 772
## 773 profile
## 774 public-health-outcomes-framework
## 775 public-health-outcomesframework
## 776 qa_tna_march
## 777 search
## 778 search
## 779 search
## 780 search
## 781 search
## 782 <NA>
## 783
## 784 faqs
## 785 public-health-outcomes-framework
## 786 search
## 787 search
## 788 search
## 789 topic
## 790 <NA>
## 791
## 792 profile
## 793 public-health-outcomes-framework
## 794 search
## 795 search
## 796 search
## 797 search
## 798 search
## 799
## 800 profile-group
## 801 profile
## 802 public-health-outcomes-framework
## 803 search
## 804 search
## 805 search
## 806 search
## 807 search
## p2 p3 pageviews
## 1 <NA> <NA> 0
## 2 <NA> <NA> 276
## 3 20161006123458 http: 1
## 4 <NA> <NA> 1
## 5 sexualhealth <NA> 2
## 6 <NA> <NA> 60
## 7 <NA> <NA> 2
## 8 <NA> 5
## 9 air quality <NA> 2
## 10 alcohol <NA> 1
## 11 dementia <NA> 1
## 12 falls <NA> 2
## 13 hiv <NA> 5
## 14 injuries due to falls in people <NA> 1
## 15 obesity <NA> 3
## 16 opiate <NA> 1
## 17 poverty <NA> 2
## 18 respiratory disease <NA> 1
## 19 statutory homelessness <NA> 1
## 20 suicide <NA> 3
## 21 tuberculosis <NA> 1
## 22 visual impairement <NA> 4
## 23 <NA> <NA> 0
## 24 <NA> <NA> 1151
## 25 <NA> <NA> 1
## 26 <NA> <NA> 3
## 27 <NA> <NA> 1
## 28 mental-health <NA> 2
## 29 mental-health profile 2
## 30 cyphof <NA> 3
## 31 general-practice <NA> 1
## 32 sexualhealth data 1
## 33 <NA> <NA> 268
## 34 RTA <NA> 4
## 35 abortion <NA> 6
## 36 accidents <NA> 2
## 37 air pollution <NA> 1
## 38 air quality <NA> 1
## 39 alcohol <NA> 4
## 40 avoidable sight loss <NA> 2
## 41 births <NA> 1
## 42 breastfeeding initiation <NA> 1
## 43 cervical screening <NA> 1
## 44 chlamydia <NA> 1
## 45 dental <NA> 1
## 46 drug <NA> 1
## 47 drug death <NA> 1
## 48 drug misuse <NA> 1
## 49 falls <NA> 6
## 50 falls in older people <NA> 1
## 51 life expectancy <NA> 2
## 52 mental health <NA> 3
## 53 mortality <NA> 4
## 54 obesity <NA> 4
## 55 readiness <NA> 1
## 56 sight <NA> 1
## 57 smoking prevalence <NA> 4
## 58 smoking related to chd <NA> 2
## 59 social isolation <NA> 1
## 60 statutory homelessness <NA> 1
## 61 suicide <NA> 2
## 62 diabetes <NA> 4
## 63 <NA> <NA> 0
## 64 <NA> <NA> 1150
## 65 <NA> <NA> 3
## 66 <NA> <NA> 4
## 67 <NA> <NA> 4
## 68 <NA> <NA> 2
## 69 mental-health <NA> 3
## 70 cardiovascular <NA> 1
## 71 health-profiles <NA> 1
## 72 sexualhealth <NA> 6
## 73 <NA> <NA> 190
## 74 211 <NA> 3
## 75 HIV <NA> 1
## 76 HPV <NA> 1
## 77 Injuries due to falls <NA> 2
## 78 Sexual violence <NA> 1
## 79 activity <NA> 1
## 80 air pollution <NA> 1
## 81 air quality <NA> 2
## 82 alcohol <NA> 1
## 83 alcohol admissions <NA> 1
## 84 avoidable sight loss <NA> 1
## 85 breastfeeding <NA> 9
## 86 cancer <NA> 2
## 87 cancer survival <NA> 5
## 88 chlamydia <NA> 1
## 89 drug <NA> 1
## 90 employment <NA> 1
## 91 fall <NA> 1
## 92 falls <NA> 7
## 93 fuel poverty <NA> 1
## 94 hiv <NA> 6
## 95 isolation <NA> 4
## 96 life expectancy <NA> 23
## 97 neet <NA> 3
## 98 obesity <NA> 6
## 99 poverty <NA> 3
## 100 prison <NA> 1
## 101 respiratory disease <NA> 4
## 102 screening <NA> 1
## 103 sexual <NA> 2
## 104 social isolation <NA> 1
## 105 diabetes <NA> 6
## 106 diabetes comparisons 4
## 107 <NA> <NA> 0
## 108 <NA> <NA> 1001
## 109 <NA> <NA> 1
## 110 20161006123458 http: 3
## 111 <NA> <NA> 1
## 112 cyphof <NA> 1
## 113 sexualhealth <NA> 6
## 114 <NA> <NA> 206
## 115 <NA> 1
## 116 <NA> <NA> 1
## 117 GCSE <NA> 8
## 118 Obesity <NA> 6
## 119 air croydon <NA> 1
## 120 alcohol <NA> 3
## 121 breastfeeding <NA> 79
## 122 chlamydia <NA> 1
## 123 deprivation decile <NA> 8
## 124 drugs <NA> 2
## 125 excess <NA> 2
## 126 excess winter dealths <NA> 22
## 127 falls <NA> 15
## 128 foundation stage <NA> 2
## 129 fraction <NA> 1
## 130 fruit and veg <NA> 3
## 131 life expectancy <NA> 1
## 132 low birthweight <NA> 2
## 133 low income <NA> 4
## 134 mmr <NA> 1
## 135 mouth cancer <NA> 3
## 136 obesity <NA> 4
## 137 poverty <NA> 1
## 138 routine <NA> 1
## 139 screening <NA> 3
## 140 sexual health <NA> 1
## 141 smoking <NA> 1
## 142 suicide <NA> 1
## 143 sun <NA> 2
## 144 tuberculosis <NA> 1
## 145 <NA> <NA> 0
## 146 <NA> <NA> 1102
## 147 <NA> <NA> 2
## 148 <NA> <NA> 1
## 149 <NA> <NA> 1
## 150 mental-health <NA> 1
## 151 mental-health profile 1
## 152 sexualhealth <NA> 6
## 153 sexualhealth data 1
## 154 <NA> <NA> 181
## 155 <NA> 3
## 156 Birth life expectancy <NA> 1
## 157 activity <NA> 1
## 158 air pollution <NA> 6
## 159 air quality <NA> 1
## 160 breastfeeding <NA> 23
## 161 cancer <NA> 1
## 162 cancer screening <NA> 2
## 163 cervical <NA> 1
## 164 chlamydia <NA> 1
## 165 dementia <NA> 3
## 166 employment <NA> 1
## 167 falls <NA> 4
## 168 falls in older people <NA> 3
## 169 fraction <NA> 1
## 170 homeless <NA> 1
## 171 inactivity <NA> 2
## 172 live briths <NA> 2
## 173 smoking <NA> 1
## 174 stillbirth <NA> 1
## 175 sugar <NA> 2
## 176 suicide <NA> 1
## 177 tooth decay <NA> 1
## 178 <NA> <NA> 0
## 179 <NA> <NA> 978
## 180 <NA> <NA> 8
## 181 <NA> <NA> 8
## 182 <NA> <NA> 2
## 183 mental-health <NA> 1
## 184 cyphof <NA> 4
## 185 general-practice data 1
## 186 sexualhealth <NA> 6
## 187 <NA> <NA> 144
## 188 Antimicrobial <NA> 1
## 189 HIV <NA> 1
## 190 adult mortality <NA> 1
## 191 air pollution <NA> 1
## 192 air quality <NA> 2
## 193 birth rate <NA> 1
## 194 breastfeeding <NA> 13
## 195 excess weight <NA> 1
## 196 excess winter mortality <NA> 1
## 197 falls <NA> 3
## 198 falls in older people <NA> 1
## 199 homeless <NA> 2
## 200 household income <NA> 1
## 201 long term <NA> 1
## 202 noise <NA> 2
## 203 self harm <NA> 3
## 204 smoking <NA> 1
## 205 under 16 <NA> 2
## 206 <NA> <NA> 0
## 207 <NA> <NA> 172
## 208 cyphof <NA> 1
## 209 <NA> <NA> 59
## 210 <NA> <NA> 6
## 211 Bowel <NA> 1
## 212 fruit and veg <NA> 2
## 213 mmr <NA> 1
## 214 obesity <NA> 1
## 215 +&cd=10&hl=en&ct=clnk&gl=uk <NA> 1
## 216 <NA> <NA> 0
## 217 <NA> <NA> 270
## 218 sexualhealth <NA> 2
## 219 <NA> <NA> 45
## 220 <NA> 1
## 221 activity <NA> 1
## 222 air pollution <NA> 1
## 223 deprivation <NA> 1
## 224 diabetes <NA> 1
## 225 dmft <NA> 8
## 226 respiratory disease <NA> 1
## 227 <NA> <NA> 0
## 228 <NA> <NA> 1108
## 229 20160105160709 http: 1
## 230 <NA> <NA> 2
## 231 <NA> <NA> 6
## 232 mental-health <NA> 1
## 233 general-practice <NA> 3
## 234 sexualhealth <NA> 3
## 235 <NA> <NA> 180
## 236 <NA> 4
## 237 CARERS <NA> 1
## 238 CVD <NA> 1
## 239 Under 75 mortality rate from cancer <NA> 1
## 240 air quality <NA> 2
## 241 alcohol <NA> 2
## 242 breastfeeding <NA> 11
## 243 chlamydia <NA> 1
## 244 fuel <NA> 1
## 245 hiv <NA> 1
## 246 homeless <NA> 8
## 247 learning disability <NA> 3
## 248 obesity <NA> 6
## 249 poverty <NA> 1
## 250 respiratory disease <NA> 1
## 251 screening <NA> 2
## 252 self harm <NA> 1
## 253 sexual health <NA> 3
## 254 smoking <NA> 4
## 255 statutory homelessness <NA> 1
## 256 <NA> <NA> 0
## 257 <NA> <NA> 1159
## 258 <NA> <NA> 7
## 259 <NA> <NA> 2
## 260 <NA> <NA> 4
## 261 mental-health <NA> 5
## 262 cardiovascular <NA> 9
## 263 general-practice <NA> 2
## 264 national-child-measurement-programme <NA> 2
## 265 sexualhealth <NA> 10
## 266 <NA> <NA> 240
## 267 <NA> 4
## 268 <NA> 6
## 269 Breastfeeding <NA> 2
## 270 MMR <NA> 6
## 271 Screening <NA> 1
## 272 Smoking <NA> 1
## 273 active <NA> 1
## 274 air pollution <NA> 1
## 275 air quality <NA> 2
## 276 breastfeeding <NA> 5
## 277 chlamydia <NA> 1
## 278 completion <NA> 1
## 279 dementia <NA> 3
## 280 falls <NA> 3
## 281 falls in older people <NA> 1
## 282 first time entrants <NA> 1
## 283 hip fractures in people aged 65 and over <NA> 1
## 284 homelessness <NA> 1
## 285 hospital admissions <NA> 2
## 286 households in temporary accommodation <NA> 11
## 287 infant <NA> 2
## 288 injuries due to falls in people <NA> 3
## 289 obesity <NA> 4
## 290 overweight <NA> 1
## 291 physical <NA> 2
## 292 road <NA> 1
## 293 sexual health <NA> 1
## 294 smoking <NA> 1
## 295 standardised birth <NA> 4
## 296 suicide <NA> 1
## 297 tooth decay <NA> 1
## 298 unemployment <NA> 1
## 299 www.phoutcomes.info 2
## 300 <NA> <NA> 0
## 301 <NA> <NA> 1035
## 302 <NA> <NA> 1
## 303 mental-health <NA> 4
## 304 cyphof <NA> 1
## 305 sexualhealth <NA> 6
## 306 <NA> <NA> 154
## 307 <NA> 2
## 308 <NA> <NA> 3
## 309 HIV <NA> 1
## 310 alcohol <NA> 1
## 311 breast feeding <NA> 3
## 312 breastfeeding <NA> 4
## 313 delivery <NA> 6
## 314 diabetes <NA> 2
## 315 disability <NA> 1
## 316 falls <NA> 1
## 317 falls in older people <NA> 3
## 318 immunisations <NA> 6
## 319 infant <NA> 1
## 320 obesity <NA> 3
## 321 poverty <NA> 4
## 322 preventable <NA> 7
## 323 road safety <NA> 1
## 324 school readiness <NA> 2
## 325 smoking in pregnancy <NA> 2
## 326 suicide <NA> 2
## 327 violent crime <NA> 1
## 328 hypertension <NA> 1
## 329 <NA> <NA> 0
## 330 <NA> <NA> 948
## 331 <NA> <NA> 1
## 332 mental-health <NA> 4
## 333 sexualhealth <NA> 4
## 334 <NA> <NA> 166
## 335 <NA> 3
## 336 Air Quality <NA> 1
## 337 Perinatal mortality <NA> 2
## 338 activities limitedf <NA> 3
## 339 air pollution <NA> 3
## 340 air quality <NA> 1
## 341 breastfeeding <NA> 1
## 342 cancer incidence <NA> 2
## 343 chlamydia <NA> 1
## 344 dental decay <NA> 2
## 345 employment <NA> 1
## 346 excess weight <NA> 1
## 347 falls in older people <NA> 1
## 348 hpv <NA> 7
## 349 infant mortality <NA> 2
## 350 injuries <NA> 2
## 351 life expectancy <NA> 1
## 352 low bithweight <NA> 5
## 353 mrsa <NA> 4
## 354 obesity <NA> 1
## 355 poverty <NA> 1
## 356 respiratory mortality <NA> 1
## 357 road safety <NA> 1
## 358 school readiness <NA> 1
## 359 screening <NA> 10
## 360 slope <NA> 1
## 361 smoking <NA> 1
## 362 smoking in pregnancy <NA> 2
## 363 statutory homelessness <NA> 1
## 364 suicides <NA> 3
## 365 tooth decay <NA> 1
## 366 well being <NA> 1
## 367 hypertension <NA> 3
## 368 <NA> <NA> 0
## 369 <NA> <NA> 753
## 370 <NA> <NA> 8
## 371 mental-health <NA> 3
## 372 sexualhealth <NA> 3
## 373 <NA> <NA> 90
## 374 BMI <NA> 1
## 375 HIV <NA> 1
## 376 activity <NA> 3
## 377 air pollution <NA> 5
## 378 air quality <NA> 5
## 379 alcohol <NA> 3
## 380 avoidable sight loss <NA> 2
## 381 breastfeeding <NA> 3
## 382 conceptions <NA> 2
## 383 deprivation <NA> 1
## 384 falls <NA> 1
## 385 falls in older people <NA> 1
## 386 noise <NA> 5
## 387 obesity <NA> 1
## 388 particulate <NA> 1
## 389 poverty <NA> 2
## 390 self harm <NA> 1
## 391 slope of inequality <NA> 1
## 392 smoking <NA> 3
## 393 smoking in pregnancy <NA> 2
## 394 suicide <NA> 1
## 395 weight <NA> 1
## 396 diabetes <NA> 2
## 397 <NA> <NA> 0
## 398 <NA> <NA> 224
## 399 mental-health <NA> 2
## 400 <NA> <NA> 48
## 401 alcohol <NA> 2
## 402 homelessness <NA> 2
## 403 school <NA> 1
## 404 smoking <NA> 1
## 405 drugs-and-alcohol <NA> 2
## 406 <NA> <NA> 0
## 407 <NA> <NA> 238
## 408 <NA> <NA> 1
## 409 sexualhealth <NA> 2
## 410 <NA> <NA> 49
## 411 <NA> 4
## 412 air quality <NA> 1
## 413 alcohol <NA> 1
## 414 breastfeeding <NA> 1
## 415 falls in older people <NA> 2
## 416 measels <NA> 3
## 417 obesity <NA> 1
## 418 working <NA> 3
## 419 <NA> <NA> 0
## 420 <NA> <NA> 1086
## 421 <NA> <NA> 1
## 422 <NA> <NA> 18
## 423 cyphof <NA> 1
## 424 sexualhealth <NA> 12
## 425 sexualhealth data 1
## 426 <NA> <NA> 153
## 427 <NA> 8
## 428 LAC <NA> 2
## 429 Overweight <NA> 2
## 430 activity <NA> 6
## 431 air pollution <NA> 1
## 432 air quality <NA> 2
## 433 alcohol <NA> 2
## 434 breastfeeding <NA> 2
## 435 cardiovascular <NA> 4
## 436 chlamydia <NA> 1
## 437 conceptions <NA> 1
## 438 falls <NA> 4
## 439 falls in older people <NA> 1
## 440 fraction <NA> 1
## 441 obesity <NA> 8
## 442 preventable <NA> 5
## 443 road deaths <NA> 3
## 444 slope <NA> 1
## 445 smoking in pregnancy <NA> 7
## 446 sta- <NA> 2
## 447 statutory homelessness <NA> 1
## 448 wait <NA> 10
## 449 diabetes <NA> 1
## 450 diabetes comparisons 3
## 451 <NA> <NA> 0
## 452 <NA> <NA> 1128
## 453 20170110165405 http: 6
## 454 20170110165405 http: 18
## 455 <NA> <NA> 4
## 456 mental-health <NA> 8
## 457 cyphof <NA> 1
## 458 sexualhealth <NA> 13
## 459 sexualhealth data 4
## 460 <NA> <NA> 5
## 461 <NA> <NA> 179
## 462 <NA> 7
## 463 Asthma <NA> 2
## 464 Learning disability employment rate <NA> 1
## 465 Mental health <NA> 59
## 466 Obesity <NA> 1
## 467 accidents <NA> 2
## 468 activity <NA> 1
## 469 air pollution <NA> 1
## 470 air quality <NA> 8
## 471 avoidable sight loss <NA> 2
## 472 breastfeeding <NA> 4
## 473 chlamydia <NA> 1
## 474 employment <NA> 6
## 475 fraction <NA> 4
## 476 good health <NA> 1
## 477 green spaces <NA> 11
## 478 hepatitis b <NA> 1
## 479 hip fractures in people aged 65 and over <NA> 2
## 480 hiv <NA> 1
## 481 infant <NA> 1
## 482 life expectancy <NA> 1
## 483 obesity <NA> 9
## 484 older carers <NA> 8
## 485 premature mortality <NA> 4
## 486 preventable <NA> 2
## 487 preventable causes <NA> 1
## 488 psychological <NA> 1
## 489 respiratory disease <NA> 1
## 490 screening <NA> 1
## 491 self <NA> 3
## 492 self harm <NA> 7
## 493 slope <NA> 1
## 494 smoking <NA> 1
## 495 social isolation <NA> 1
## 496 diabetes <NA> 3
## 497 hypertension comparisons 1
## 498 <NA> <NA> 0
## 499 <NA> <NA> 1135
## 500 20170110165405 http: 75
## 501 20170110165405 http: 4
## 502 <NA> <NA> 6
## 503 <NA> <NA> 5
## 504 mental-health <NA> 5
## 505 general-practice <NA> 2
## 506 sexualhealth <NA> 12
## 507 <NA> <NA> 221
## 508 <NA> 5
## 509 GREEN SPACE <NA> 4
## 510 HIV <NA> 5
## 511 Injuries due to falls <NA> 1
## 512 activity <NA> 5
## 513 air pollution <NA> 3
## 514 air quality <NA> 5
## 515 alcohol <NA> 7
## 516 asthma <NA> 1
## 517 breastfeeding <NA> 5
## 518 childhood obesity <NA> 2
## 519 chlamydia <NA> 1
## 520 conceptions <NA> 1
## 521 death <NA> 4
## 522 diabetes <NA> 1
## 523 falls in older people <NA> 1
## 524 fraction <NA> 1
## 525 green spaces <NA> 7
## 526 infant <NA> 1
## 527 infant mortality <NA> 1
## 528 life expectancy <NA> 4
## 529 mortality <NA> 1
## 530 neonatal <NA> 12
## 531 nhs health checks <NA> 1
## 532 obesity <NA> 2
## 533 screening <NA> 2
## 534 smoking <NA> 2
## 535 weight <NA> 3
## 536 drugs-and-alcohol <NA> 4
## 537 <NA> <NA> 0
## 538 <NA> <NA> 1053
## 539 <NA> <NA> 1
## 540 mental-health <NA> 2
## 541 sexualhealth <NA> 21
## 542 <NA> <NA> 161
## 543 <NA> 1
## 544 HIV <NA> 6
## 545 Injuries due to falls <NA> 3
## 546 West Sussex <NA> 4
## 547 air <NA> 1
## 548 air pollution <NA> 2
## 549 air quality <NA> 1
## 550 alcohol <NA> 2
## 551 breastfeeding <NA> 5
## 552 cdi <NA> 2
## 553 chlamydia <NA> 1
## 554 conceptions <NA> 1
## 555 dementia <NA> 1
## 556 diabetes <NA> 1
## 557 eye health <NA> 1
## 558 falls <NA> 2
## 559 hepatitis b <NA> 1
## 560 hiv <NA> 3
## 561 injurie <NA> 2
## 562 obesity <NA> 1
## 563 smoking <NA> 1
## 564 smoking data <NA> 1
## 565 social isolation <NA> 2
## 566 statutory homelessness <NA> 2
## 567 <NA> <NA> 0
## 568 <NA> <NA> 879
## 569 mental-health <NA> 1
## 570 sexualhealth data 1
## 571 <NA> <NA> 134
## 572 Active <NA> 1
## 573 MMR <NA> 4
## 574 activity <NA> 2
## 575 birth weight <NA> 2
## 576 bowel <NA> 1
## 577 breast <NA> 3
## 578 breastfeeding <NA> 4
## 579 cardiovascular <NA> 1
## 580 chidren in low income families <NA> 7
## 581 conceptions <NA> 9
## 582 falls <NA> 8
## 583 falls in older people <NA> 3
## 584 fraction <NA> 1
## 585 health inequalities <NA> 1
## 586 hip fractures <NA> 3
## 587 hiv <NA> 3
## 588 life expectancy <NA> 1
## 589 mortality <NA> 6
## 590 motor skills <NA> 1
## 591 obesity <NA> 1
## 592 pm25 <NA> 2
## 593 poverty <NA> 1
## 594 school readiness <NA> 1
## 595 self harm <NA> 4
## 596 smoking <NA> 10
## 597 social isolation <NA> 1
## 598 tooth decay <NA> 3
## 599 wellbeing <NA> 2
## 600 diabetes <NA> 5
## 601 <NA> <NA> 0
## 602 <NA> <NA> 192
## 603 <NA> <NA> 48
## 604 <NA> <NA> 3
## 605 HIV <NA> 1
## 606 alcohol <NA> 1
## 607 health priorities <NA> 2
## 608 obesity <NA> 1
## 609 suicide <NA> 1
## 610 <NA> <NA> 0
## 611 <NA> <NA> 189
## 612 <NA> <NA> 2
## 613 <NA> <NA> 38
## 614 <NA> 7
## 615 adults in care <NA> 1
## 616 air pollution <NA> 2
## 617 child health profile <NA> 1
## 618 obesity <NA> 2
## 619 <NA> <NA> 0
## 620 <NA> <NA> 1096
## 621 indicator_statistics <NA> 1
## 622 20170110165405 http: 3
## 623 <NA> <NA> 2
## 624 mental-health <NA> 2
## 625 cyphof <NA> 4
## 626 cyphof data 1
## 627 <NA> <NA> 152
## 628 HIV <NA> 1
## 629 Heart Failure <NA> 3
## 630 air <NA> 1
## 631 air pollution <NA> 2
## 632 air quality <NA> 2
## 633 alcohol <NA> 1
## 634 alcohol related deaths <NA> 1
## 635 breastfeeding <NA> 1
## 636 cancer <NA> 2
## 637 childhood obesity <NA> 1
## 638 deliberate unintentional <NA> 5
## 639 drug misuse <NA> 1
## 640 education <NA> 1
## 641 falls <NA> 3
## 642 falls in older people <NA> 3
## 643 flu <NA> 3
## 644 fraction <NA> 1
## 645 homelessness <NA> 1
## 646 idaci <NA> 1
## 647 inctive <NA> 3
## 648 obesity <NA> 4
## 649 preventable <NA> 1
## 650 school readiness <NA> 1
## 651 sight <NA> 3
## 652 smoking <NA> 2
## 653 statutory homelessness <NA> 1
## 654 talking <NA> 1
## 655 tooth decay <NA> 1
## 656 working <NA> 1
## 657 diabetes <NA> 1
## 658 mortality <NA> 1
## 659 <NA> <NA> 0
## 660 <NA> <NA> 1008
## 661 <NA> <NA> 8
## 662 mental-health <NA> 1
## 663 cyphof <NA> 1
## 664 <NA> <NA> 2
## 665 <NA> <NA> 131
## 666 <NA> 5
## 667 GCSE <NA> 9
## 668 Low weight <NA> 6
## 669 accident and emergency <NA> 1
## 670 air <NA> 3
## 671 air pollution <NA> 3
## 672 air quality <NA> 2
## 673 birth <NA> 1
## 674 bowel screen <NA> 1
## 675 cancer <NA> 2
## 676 dental <NA> 4
## 677 excess weight <NA> 1
## 678 excess winter death <NA> 1
## 679 falls in older people <NA> 1
## 680 injurie <NA> 1
## 681 mmr <NA> 4
## 682 obesity <NA> 7
## 683 pupil absence <NA> 1
## 684 school readiness <NA> 5
## 685 self harm <NA> 1
## 686 smoking <NA> 1
## 687 smoking in pregnancy <NA> 6
## 688 social isolation <NA> 1
## 689 statistics on obesity <NA> 2
## 690 statutory homelessness <NA> 2
## 691 teenage pregnancy <NA> 1
## 692 tooth decay <NA> 1
## 693 diabetes <NA> 6
## 694 <NA> <NA> 0
## 695 <NA> <NA> 1096
## 696 <NA> <NA> 1
## 697 sexualhealth <NA> 8
## 698 <NA> <NA> 210
## 699 <NA> 1
## 700 content 20170302112650 1
## 701 Antimicrobial <NA> 1
## 702 Heart Disease <NA> 5
## 703 Injuries due to falls <NA> 1
## 704 air pollution <NA> 7
## 705 alcohol <NA> 1
## 706 breastfeeding <NA> 1
## 707 conception <NA> 1
## 708 education <NA> 1
## 709 emergency <NA> 1
## 710 employment <NA> 1
## 711 excess <NA> 2
## 712 falls in older people <NA> 1
## 713 flu va <NA> 4
## 714 health check <NA> 1
## 715 homelessness <NA> 10
## 716 injurie <NA> 3
## 717 long term conditions <NA> 7
## 718 obesity <NA> 10
## 719 obesity in women <NA> 1
## 720 preventable <NA> 1
## 721 pupil absence <NA> 1
## 722 respiratory disease <NA> 5
## 723 school readiness <NA> 3
## 724 screening <NA> 2
## 725 self harm <NA> 1
## 726 smoking <NA> 2
## 727 statistics on obesity <NA> 1
## 728 statutory homelessness <NA> 2
## 729 suicide <NA> 4
## 730 tooth decay <NA> 4
## 731 well being <NA> 2
## 732 winter <NA> 1
## 733 diabetes <NA> 4
## 734 <NA> <NA> 0
## 735 <NA> <NA> 887
## 736 <NA> <NA> 3
## 737 <NA> <NA> 3
## 738 mental-health <NA> 1
## 739 cyphof <NA> 2
## 740 sexualhealth <NA> 3
## 741 <NA> <NA> 152
## 742 <NA> 3
## 743 <NA> <NA> 1
## 744 402 <NA> 2
## 745 CVD <NA> 13
## 746 Population pyramids <NA> 1
## 747 Prostate Cancer <NA> 1
## 748 active <NA> 4
## 749 air <NA> 3
## 750 alcohol <NA> 2
## 751 asthma <NA> 2
## 752 breastfeeding <NA> 2
## 753 deaf <NA> 1
## 754 fraction <NA> 4
## 755 gcse <NA> 4
## 756 health related quality <NA> 2
## 757 homelessness <NA> 1
## 758 infant mortality <NA> 1
## 759 life expectancy <NA> 1
## 760 long term <NA> 1
## 761 low birth weight <NA> 2
## 762 mortality from accidental fall <NA> 5
## 763 poverty <NA> 1
## 764 school readiness <NA> 16
## 765 self harm <NA> 1
## 766 suicide <NA> 5
## 767 sustainability <NA> 1
## 768 tooth decay <NA> 2
## 769 well being <NA> 1
## 770 winter <NA> 1
## 771 <NA> <NA> 0
## 772 <NA> <NA> 166
## 773 sexualhealth <NA> 3
## 774 <NA> <NA> 41
## 775 <NA> <NA> 2
## 776 content 20170302101112 1
## 777 cardiovasc <NA> 1
## 778 employment <NA> 1
## 779 falls in older people <NA> 1
## 780 obesity <NA> 1
## 781 school <NA> 22
## 782 <NA> <NA> 0
## 783 <NA> <NA> 175
## 784 <NA> <NA> 1
## 785 <NA> <NA> 41
## 786 activity <NA> 5
## 787 road <NA> 2
## 788 tooth decay <NA> 1
## 789 diabetes <NA> 1
## 790 <NA> <NA> 0
## 791 <NA> <NA> 165
## 792 sexualhealth <NA> 2
## 793 <NA> <NA> 31
## 794 air quality <NA> 1
## 795 cardiovasc <NA> 1
## 796 children obesity <NA> 1
## 797 falls in older people <NA> 1
## 798 fraction <NA> 1
## 799 <NA> <NA> 168
## 800 mental-health <NA> 2
## 801 sexualhealth <NA> 2
## 802 <NA> <NA> 62
## 803 10 14 <NA> 1
## 804 life expectancy <NA> 3
## 805 mental health <NA> 1
## 806 social isolation <NA> 1
## 807 statutory homelessness <NA> 1
## name websiteUrl
## 1 PHOF http://www.phoutcomes.info
## 2 PHOF http://www.phoutcomes.info
## 3 PHOF http://www.phoutcomes.info
## 4 PHOF http://www.phoutcomes.info
## 5 PHOF http://www.phoutcomes.info
## 6 PHOF http://www.phoutcomes.info
## 7 PHOF http://www.phoutcomes.info
## 8 PHOF http://www.phoutcomes.info
## 9 PHOF http://www.phoutcomes.info
## 10 PHOF http://www.phoutcomes.info
## 11 PHOF http://www.phoutcomes.info
## 12 PHOF http://www.phoutcomes.info
## 13 PHOF http://www.phoutcomes.info
## 14 PHOF http://www.phoutcomes.info
## 15 PHOF http://www.phoutcomes.info
## 16 PHOF http://www.phoutcomes.info
## 17 PHOF http://www.phoutcomes.info
## 18 PHOF http://www.phoutcomes.info
## 19 PHOF http://www.phoutcomes.info
## 20 PHOF http://www.phoutcomes.info
## 21 PHOF http://www.phoutcomes.info
## 22 PHOF http://www.phoutcomes.info
## 23 PHOF http://www.phoutcomes.info
## 24 PHOF http://www.phoutcomes.info
## 25 PHOF http://www.phoutcomes.info
## 26 PHOF http://www.phoutcomes.info
## 27 PHOF http://www.phoutcomes.info
## 28 PHOF http://www.phoutcomes.info
## 29 PHOF http://www.phoutcomes.info
## 30 PHOF http://www.phoutcomes.info
## 31 PHOF http://www.phoutcomes.info
## 32 PHOF http://www.phoutcomes.info
## 33 PHOF http://www.phoutcomes.info
## 34 PHOF http://www.phoutcomes.info
## 35 PHOF http://www.phoutcomes.info
## 36 PHOF http://www.phoutcomes.info
## 37 PHOF http://www.phoutcomes.info
## 38 PHOF http://www.phoutcomes.info
## 39 PHOF http://www.phoutcomes.info
## 40 PHOF http://www.phoutcomes.info
## 41 PHOF http://www.phoutcomes.info
## 42 PHOF http://www.phoutcomes.info
## 43 PHOF http://www.phoutcomes.info
## 44 PHOF http://www.phoutcomes.info
## 45 PHOF http://www.phoutcomes.info
## 46 PHOF http://www.phoutcomes.info
## 47 PHOF http://www.phoutcomes.info
## 48 PHOF http://www.phoutcomes.info
## 49 PHOF http://www.phoutcomes.info
## 50 PHOF http://www.phoutcomes.info
## 51 PHOF http://www.phoutcomes.info
## 52 PHOF http://www.phoutcomes.info
## 53 PHOF http://www.phoutcomes.info
## 54 PHOF http://www.phoutcomes.info
## 55 PHOF http://www.phoutcomes.info
## 56 PHOF http://www.phoutcomes.info
## 57 PHOF http://www.phoutcomes.info
## 58 PHOF http://www.phoutcomes.info
## 59 PHOF http://www.phoutcomes.info
## 60 PHOF http://www.phoutcomes.info
## 61 PHOF http://www.phoutcomes.info
## 62 PHOF http://www.phoutcomes.info
## 63 PHOF http://www.phoutcomes.info
## 64 PHOF http://www.phoutcomes.info
## 65 PHOF http://www.phoutcomes.info
## 66 PHOF http://www.phoutcomes.info
## 67 PHOF http://www.phoutcomes.info
## 68 PHOF http://www.phoutcomes.info
## 69 PHOF http://www.phoutcomes.info
## 70 PHOF http://www.phoutcomes.info
## 71 PHOF http://www.phoutcomes.info
## 72 PHOF http://www.phoutcomes.info
## 73 PHOF http://www.phoutcomes.info
## 74 PHOF http://www.phoutcomes.info
## 75 PHOF http://www.phoutcomes.info
## 76 PHOF http://www.phoutcomes.info
## 77 PHOF http://www.phoutcomes.info
## 78 PHOF http://www.phoutcomes.info
## 79 PHOF http://www.phoutcomes.info
## 80 PHOF http://www.phoutcomes.info
## 81 PHOF http://www.phoutcomes.info
## 82 PHOF http://www.phoutcomes.info
## 83 PHOF http://www.phoutcomes.info
## 84 PHOF http://www.phoutcomes.info
## 85 PHOF http://www.phoutcomes.info
## 86 PHOF http://www.phoutcomes.info
## 87 PHOF http://www.phoutcomes.info
## 88 PHOF http://www.phoutcomes.info
## 89 PHOF http://www.phoutcomes.info
## 90 PHOF http://www.phoutcomes.info
## 91 PHOF http://www.phoutcomes.info
## 92 PHOF http://www.phoutcomes.info
## 93 PHOF http://www.phoutcomes.info
## 94 PHOF http://www.phoutcomes.info
## 95 PHOF http://www.phoutcomes.info
## 96 PHOF http://www.phoutcomes.info
## 97 PHOF http://www.phoutcomes.info
## 98 PHOF http://www.phoutcomes.info
## 99 PHOF http://www.phoutcomes.info
## 100 PHOF http://www.phoutcomes.info
## 101 PHOF http://www.phoutcomes.info
## 102 PHOF http://www.phoutcomes.info
## 103 PHOF http://www.phoutcomes.info
## 104 PHOF http://www.phoutcomes.info
## 105 PHOF http://www.phoutcomes.info
## 106 PHOF http://www.phoutcomes.info
## 107 PHOF http://www.phoutcomes.info
## 108 PHOF http://www.phoutcomes.info
## 109 PHOF http://www.phoutcomes.info
## 110 PHOF http://www.phoutcomes.info
## 111 PHOF http://www.phoutcomes.info
## 112 PHOF http://www.phoutcomes.info
## 113 PHOF http://www.phoutcomes.info
## 114 PHOF http://www.phoutcomes.info
## 115 PHOF http://www.phoutcomes.info
## 116 PHOF http://www.phoutcomes.info
## 117 PHOF http://www.phoutcomes.info
## 118 PHOF http://www.phoutcomes.info
## 119 PHOF http://www.phoutcomes.info
## 120 PHOF http://www.phoutcomes.info
## 121 PHOF http://www.phoutcomes.info
## 122 PHOF http://www.phoutcomes.info
## 123 PHOF http://www.phoutcomes.info
## 124 PHOF http://www.phoutcomes.info
## 125 PHOF http://www.phoutcomes.info
## 126 PHOF http://www.phoutcomes.info
## 127 PHOF http://www.phoutcomes.info
## 128 PHOF http://www.phoutcomes.info
## 129 PHOF http://www.phoutcomes.info
## 130 PHOF http://www.phoutcomes.info
## 131 PHOF http://www.phoutcomes.info
## 132 PHOF http://www.phoutcomes.info
## 133 PHOF http://www.phoutcomes.info
## 134 PHOF http://www.phoutcomes.info
## 135 PHOF http://www.phoutcomes.info
## 136 PHOF http://www.phoutcomes.info
## 137 PHOF http://www.phoutcomes.info
## 138 PHOF http://www.phoutcomes.info
## 139 PHOF http://www.phoutcomes.info
## 140 PHOF http://www.phoutcomes.info
## 141 PHOF http://www.phoutcomes.info
## 142 PHOF http://www.phoutcomes.info
## 143 PHOF http://www.phoutcomes.info
## 144 PHOF http://www.phoutcomes.info
## 145 PHOF http://www.phoutcomes.info
## 146 PHOF http://www.phoutcomes.info
## 147 PHOF http://www.phoutcomes.info
## 148 PHOF http://www.phoutcomes.info
## 149 PHOF http://www.phoutcomes.info
## 150 PHOF http://www.phoutcomes.info
## 151 PHOF http://www.phoutcomes.info
## 152 PHOF http://www.phoutcomes.info
## 153 PHOF http://www.phoutcomes.info
## 154 PHOF http://www.phoutcomes.info
## 155 PHOF http://www.phoutcomes.info
## 156 PHOF http://www.phoutcomes.info
## 157 PHOF http://www.phoutcomes.info
## 158 PHOF http://www.phoutcomes.info
## 159 PHOF http://www.phoutcomes.info
## 160 PHOF http://www.phoutcomes.info
## 161 PHOF http://www.phoutcomes.info
## 162 PHOF http://www.phoutcomes.info
## 163 PHOF http://www.phoutcomes.info
## 164 PHOF http://www.phoutcomes.info
## 165 PHOF http://www.phoutcomes.info
## 166 PHOF http://www.phoutcomes.info
## 167 PHOF http://www.phoutcomes.info
## 168 PHOF http://www.phoutcomes.info
## 169 PHOF http://www.phoutcomes.info
## 170 PHOF http://www.phoutcomes.info
## 171 PHOF http://www.phoutcomes.info
## 172 PHOF http://www.phoutcomes.info
## 173 PHOF http://www.phoutcomes.info
## 174 PHOF http://www.phoutcomes.info
## 175 PHOF http://www.phoutcomes.info
## 176 PHOF http://www.phoutcomes.info
## 177 PHOF http://www.phoutcomes.info
## 178 PHOF http://www.phoutcomes.info
## 179 PHOF http://www.phoutcomes.info
## 180 PHOF http://www.phoutcomes.info
## 181 PHOF http://www.phoutcomes.info
## 182 PHOF http://www.phoutcomes.info
## 183 PHOF http://www.phoutcomes.info
## 184 PHOF http://www.phoutcomes.info
## 185 PHOF http://www.phoutcomes.info
## 186 PHOF http://www.phoutcomes.info
## 187 PHOF http://www.phoutcomes.info
## 188 PHOF http://www.phoutcomes.info
## 189 PHOF http://www.phoutcomes.info
## 190 PHOF http://www.phoutcomes.info
## 191 PHOF http://www.phoutcomes.info
## 192 PHOF http://www.phoutcomes.info
## 193 PHOF http://www.phoutcomes.info
## 194 PHOF http://www.phoutcomes.info
## 195 PHOF http://www.phoutcomes.info
## 196 PHOF http://www.phoutcomes.info
## 197 PHOF http://www.phoutcomes.info
## 198 PHOF http://www.phoutcomes.info
## 199 PHOF http://www.phoutcomes.info
## 200 PHOF http://www.phoutcomes.info
## 201 PHOF http://www.phoutcomes.info
## 202 PHOF http://www.phoutcomes.info
## 203 PHOF http://www.phoutcomes.info
## 204 PHOF http://www.phoutcomes.info
## 205 PHOF http://www.phoutcomes.info
## 206 PHOF http://www.phoutcomes.info
## 207 PHOF http://www.phoutcomes.info
## 208 PHOF http://www.phoutcomes.info
## 209 PHOF http://www.phoutcomes.info
## 210 PHOF http://www.phoutcomes.info
## 211 PHOF http://www.phoutcomes.info
## 212 PHOF http://www.phoutcomes.info
## 213 PHOF http://www.phoutcomes.info
## 214 PHOF http://www.phoutcomes.info
## 215 PHOF http://www.phoutcomes.info
## 216 PHOF http://www.phoutcomes.info
## 217 PHOF http://www.phoutcomes.info
## 218 PHOF http://www.phoutcomes.info
## 219 PHOF http://www.phoutcomes.info
## 220 PHOF http://www.phoutcomes.info
## 221 PHOF http://www.phoutcomes.info
## 222 PHOF http://www.phoutcomes.info
## 223 PHOF http://www.phoutcomes.info
## 224 PHOF http://www.phoutcomes.info
## 225 PHOF http://www.phoutcomes.info
## 226 PHOF http://www.phoutcomes.info
## 227 PHOF http://www.phoutcomes.info
## 228 PHOF http://www.phoutcomes.info
## 229 PHOF http://www.phoutcomes.info
## 230 PHOF http://www.phoutcomes.info
## 231 PHOF http://www.phoutcomes.info
## 232 PHOF http://www.phoutcomes.info
## 233 PHOF http://www.phoutcomes.info
## 234 PHOF http://www.phoutcomes.info
## 235 PHOF http://www.phoutcomes.info
## 236 PHOF http://www.phoutcomes.info
## 237 PHOF http://www.phoutcomes.info
## 238 PHOF http://www.phoutcomes.info
## 239 PHOF http://www.phoutcomes.info
## 240 PHOF http://www.phoutcomes.info
## 241 PHOF http://www.phoutcomes.info
## 242 PHOF http://www.phoutcomes.info
## 243 PHOF http://www.phoutcomes.info
## 244 PHOF http://www.phoutcomes.info
## 245 PHOF http://www.phoutcomes.info
## 246 PHOF http://www.phoutcomes.info
## 247 PHOF http://www.phoutcomes.info
## 248 PHOF http://www.phoutcomes.info
## 249 PHOF http://www.phoutcomes.info
## 250 PHOF http://www.phoutcomes.info
## 251 PHOF http://www.phoutcomes.info
## 252 PHOF http://www.phoutcomes.info
## 253 PHOF http://www.phoutcomes.info
## 254 PHOF http://www.phoutcomes.info
## 255 PHOF http://www.phoutcomes.info
## 256 PHOF http://www.phoutcomes.info
## 257 PHOF http://www.phoutcomes.info
## 258 PHOF http://www.phoutcomes.info
## 259 PHOF http://www.phoutcomes.info
## 260 PHOF http://www.phoutcomes.info
## 261 PHOF http://www.phoutcomes.info
## 262 PHOF http://www.phoutcomes.info
## 263 PHOF http://www.phoutcomes.info
## 264 PHOF http://www.phoutcomes.info
## 265 PHOF http://www.phoutcomes.info
## 266 PHOF http://www.phoutcomes.info
## 267 PHOF http://www.phoutcomes.info
## 268 PHOF http://www.phoutcomes.info
## 269 PHOF http://www.phoutcomes.info
## 270 PHOF http://www.phoutcomes.info
## 271 PHOF http://www.phoutcomes.info
## 272 PHOF http://www.phoutcomes.info
## 273 PHOF http://www.phoutcomes.info
## 274 PHOF http://www.phoutcomes.info
## 275 PHOF http://www.phoutcomes.info
## 276 PHOF http://www.phoutcomes.info
## 277 PHOF http://www.phoutcomes.info
## 278 PHOF http://www.phoutcomes.info
## 279 PHOF http://www.phoutcomes.info
## 280 PHOF http://www.phoutcomes.info
## 281 PHOF http://www.phoutcomes.info
## 282 PHOF http://www.phoutcomes.info
## 283 PHOF http://www.phoutcomes.info
## 284 PHOF http://www.phoutcomes.info
## 285 PHOF http://www.phoutcomes.info
## 286 PHOF http://www.phoutcomes.info
## 287 PHOF http://www.phoutcomes.info
## 288 PHOF http://www.phoutcomes.info
## 289 PHOF http://www.phoutcomes.info
## 290 PHOF http://www.phoutcomes.info
## 291 PHOF http://www.phoutcomes.info
## 292 PHOF http://www.phoutcomes.info
## 293 PHOF http://www.phoutcomes.info
## 294 PHOF http://www.phoutcomes.info
## 295 PHOF http://www.phoutcomes.info
## 296 PHOF http://www.phoutcomes.info
## 297 PHOF http://www.phoutcomes.info
## 298 PHOF http://www.phoutcomes.info
## 299 PHOF http://www.phoutcomes.info
## 300 PHOF http://www.phoutcomes.info
## 301 PHOF http://www.phoutcomes.info
## 302 PHOF http://www.phoutcomes.info
## 303 PHOF http://www.phoutcomes.info
## 304 PHOF http://www.phoutcomes.info
## 305 PHOF http://www.phoutcomes.info
## 306 PHOF http://www.phoutcomes.info
## 307 PHOF http://www.phoutcomes.info
## 308 PHOF http://www.phoutcomes.info
## 309 PHOF http://www.phoutcomes.info
## 310 PHOF http://www.phoutcomes.info
## 311 PHOF http://www.phoutcomes.info
## 312 PHOF http://www.phoutcomes.info
## 313 PHOF http://www.phoutcomes.info
## 314 PHOF http://www.phoutcomes.info
## 315 PHOF http://www.phoutcomes.info
## 316 PHOF http://www.phoutcomes.info
## 317 PHOF http://www.phoutcomes.info
## 318 PHOF http://www.phoutcomes.info
## 319 PHOF http://www.phoutcomes.info
## 320 PHOF http://www.phoutcomes.info
## 321 PHOF http://www.phoutcomes.info
## 322 PHOF http://www.phoutcomes.info
## 323 PHOF http://www.phoutcomes.info
## 324 PHOF http://www.phoutcomes.info
## 325 PHOF http://www.phoutcomes.info
## 326 PHOF http://www.phoutcomes.info
## 327 PHOF http://www.phoutcomes.info
## 328 PHOF http://www.phoutcomes.info
## 329 PHOF http://www.phoutcomes.info
## 330 PHOF http://www.phoutcomes.info
## 331 PHOF http://www.phoutcomes.info
## 332 PHOF http://www.phoutcomes.info
## 333 PHOF http://www.phoutcomes.info
## 334 PHOF http://www.phoutcomes.info
## 335 PHOF http://www.phoutcomes.info
## 336 PHOF http://www.phoutcomes.info
## 337 PHOF http://www.phoutcomes.info
## 338 PHOF http://www.phoutcomes.info
## 339 PHOF http://www.phoutcomes.info
## 340 PHOF http://www.phoutcomes.info
## 341 PHOF http://www.phoutcomes.info
## 342 PHOF http://www.phoutcomes.info
## 343 PHOF http://www.phoutcomes.info
## 344 PHOF http://www.phoutcomes.info
## 345 PHOF http://www.phoutcomes.info
## 346 PHOF http://www.phoutcomes.info
## 347 PHOF http://www.phoutcomes.info
## 348 PHOF http://www.phoutcomes.info
## 349 PHOF http://www.phoutcomes.info
## 350 PHOF http://www.phoutcomes.info
## 351 PHOF http://www.phoutcomes.info
## 352 PHOF http://www.phoutcomes.info
## 353 PHOF http://www.phoutcomes.info
## 354 PHOF http://www.phoutcomes.info
## 355 PHOF http://www.phoutcomes.info
## 356 PHOF http://www.phoutcomes.info
## 357 PHOF http://www.phoutcomes.info
## 358 PHOF http://www.phoutcomes.info
## 359 PHOF http://www.phoutcomes.info
## 360 PHOF http://www.phoutcomes.info
## 361 PHOF http://www.phoutcomes.info
## 362 PHOF http://www.phoutcomes.info
## 363 PHOF http://www.phoutcomes.info
## 364 PHOF http://www.phoutcomes.info
## 365 PHOF http://www.phoutcomes.info
## 366 PHOF http://www.phoutcomes.info
## 367 PHOF http://www.phoutcomes.info
## 368 PHOF http://www.phoutcomes.info
## 369 PHOF http://www.phoutcomes.info
## 370 PHOF http://www.phoutcomes.info
## 371 PHOF http://www.phoutcomes.info
## 372 PHOF http://www.phoutcomes.info
## 373 PHOF http://www.phoutcomes.info
## 374 PHOF http://www.phoutcomes.info
## 375 PHOF http://www.phoutcomes.info
## 376 PHOF http://www.phoutcomes.info
## 377 PHOF http://www.phoutcomes.info
## 378 PHOF http://www.phoutcomes.info
## 379 PHOF http://www.phoutcomes.info
## 380 PHOF http://www.phoutcomes.info
## 381 PHOF http://www.phoutcomes.info
## 382 PHOF http://www.phoutcomes.info
## 383 PHOF http://www.phoutcomes.info
## 384 PHOF http://www.phoutcomes.info
## 385 PHOF http://www.phoutcomes.info
## 386 PHOF http://www.phoutcomes.info
## 387 PHOF http://www.phoutcomes.info
## 388 PHOF http://www.phoutcomes.info
## 389 PHOF http://www.phoutcomes.info
## 390 PHOF http://www.phoutcomes.info
## 391 PHOF http://www.phoutcomes.info
## 392 PHOF http://www.phoutcomes.info
## 393 PHOF http://www.phoutcomes.info
## 394 PHOF http://www.phoutcomes.info
## 395 PHOF http://www.phoutcomes.info
## 396 PHOF http://www.phoutcomes.info
## 397 PHOF http://www.phoutcomes.info
## 398 PHOF http://www.phoutcomes.info
## 399 PHOF http://www.phoutcomes.info
## 400 PHOF http://www.phoutcomes.info
## 401 PHOF http://www.phoutcomes.info
## 402 PHOF http://www.phoutcomes.info
## 403 PHOF http://www.phoutcomes.info
## 404 PHOF http://www.phoutcomes.info
## 405 PHOF http://www.phoutcomes.info
## 406 PHOF http://www.phoutcomes.info
## 407 PHOF http://www.phoutcomes.info
## 408 PHOF http://www.phoutcomes.info
## 409 PHOF http://www.phoutcomes.info
## 410 PHOF http://www.phoutcomes.info
## 411 PHOF http://www.phoutcomes.info
## 412 PHOF http://www.phoutcomes.info
## 413 PHOF http://www.phoutcomes.info
## 414 PHOF http://www.phoutcomes.info
## 415 PHOF http://www.phoutcomes.info
## 416 PHOF http://www.phoutcomes.info
## 417 PHOF http://www.phoutcomes.info
## 418 PHOF http://www.phoutcomes.info
## 419 PHOF http://www.phoutcomes.info
## 420 PHOF http://www.phoutcomes.info
## 421 PHOF http://www.phoutcomes.info
## 422 PHOF http://www.phoutcomes.info
## 423 PHOF http://www.phoutcomes.info
## 424 PHOF http://www.phoutcomes.info
## 425 PHOF http://www.phoutcomes.info
## 426 PHOF http://www.phoutcomes.info
## 427 PHOF http://www.phoutcomes.info
## 428 PHOF http://www.phoutcomes.info
## 429 PHOF http://www.phoutcomes.info
## 430 PHOF http://www.phoutcomes.info
## 431 PHOF http://www.phoutcomes.info
## 432 PHOF http://www.phoutcomes.info
## 433 PHOF http://www.phoutcomes.info
## 434 PHOF http://www.phoutcomes.info
## 435 PHOF http://www.phoutcomes.info
## 436 PHOF http://www.phoutcomes.info
## 437 PHOF http://www.phoutcomes.info
## 438 PHOF http://www.phoutcomes.info
## 439 PHOF http://www.phoutcomes.info
## 440 PHOF http://www.phoutcomes.info
## 441 PHOF http://www.phoutcomes.info
## 442 PHOF http://www.phoutcomes.info
## 443 PHOF http://www.phoutcomes.info
## 444 PHOF http://www.phoutcomes.info
## 445 PHOF http://www.phoutcomes.info
## 446 PHOF http://www.phoutcomes.info
## 447 PHOF http://www.phoutcomes.info
## 448 PHOF http://www.phoutcomes.info
## 449 PHOF http://www.phoutcomes.info
## 450 PHOF http://www.phoutcomes.info
## 451 PHOF http://www.phoutcomes.info
## 452 PHOF http://www.phoutcomes.info
## 453 PHOF http://www.phoutcomes.info
## 454 PHOF http://www.phoutcomes.info
## 455 PHOF http://www.phoutcomes.info
## 456 PHOF http://www.phoutcomes.info
## 457 PHOF http://www.phoutcomes.info
## 458 PHOF http://www.phoutcomes.info
## 459 PHOF http://www.phoutcomes.info
## 460 PHOF http://www.phoutcomes.info
## 461 PHOF http://www.phoutcomes.info
## 462 PHOF http://www.phoutcomes.info
## 463 PHOF http://www.phoutcomes.info
## 464 PHOF http://www.phoutcomes.info
## 465 PHOF http://www.phoutcomes.info
## 466 PHOF http://www.phoutcomes.info
## 467 PHOF http://www.phoutcomes.info
## 468 PHOF http://www.phoutcomes.info
## 469 PHOF http://www.phoutcomes.info
## 470 PHOF http://www.phoutcomes.info
## 471 PHOF http://www.phoutcomes.info
## 472 PHOF http://www.phoutcomes.info
## 473 PHOF http://www.phoutcomes.info
## 474 PHOF http://www.phoutcomes.info
## 475 PHOF http://www.phoutcomes.info
## 476 PHOF http://www.phoutcomes.info
## 477 PHOF http://www.phoutcomes.info
## 478 PHOF http://www.phoutcomes.info
## 479 PHOF http://www.phoutcomes.info
## 480 PHOF http://www.phoutcomes.info
## 481 PHOF http://www.phoutcomes.info
## 482 PHOF http://www.phoutcomes.info
## 483 PHOF http://www.phoutcomes.info
## 484 PHOF http://www.phoutcomes.info
## 485 PHOF http://www.phoutcomes.info
## 486 PHOF http://www.phoutcomes.info
## 487 PHOF http://www.phoutcomes.info
## 488 PHOF http://www.phoutcomes.info
## 489 PHOF http://www.phoutcomes.info
## 490 PHOF http://www.phoutcomes.info
## 491 PHOF http://www.phoutcomes.info
## 492 PHOF http://www.phoutcomes.info
## 493 PHOF http://www.phoutcomes.info
## 494 PHOF http://www.phoutcomes.info
## 495 PHOF http://www.phoutcomes.info
## 496 PHOF http://www.phoutcomes.info
## 497 PHOF http://www.phoutcomes.info
## 498 PHOF http://www.phoutcomes.info
## 499 PHOF http://www.phoutcomes.info
## 500 PHOF http://www.phoutcomes.info
## 501 PHOF http://www.phoutcomes.info
## 502 PHOF http://www.phoutcomes.info
## 503 PHOF http://www.phoutcomes.info
## 504 PHOF http://www.phoutcomes.info
## 505 PHOF http://www.phoutcomes.info
## 506 PHOF http://www.phoutcomes.info
## 507 PHOF http://www.phoutcomes.info
## 508 PHOF http://www.phoutcomes.info
## 509 PHOF http://www.phoutcomes.info
## 510 PHOF http://www.phoutcomes.info
## 511 PHOF http://www.phoutcomes.info
## 512 PHOF http://www.phoutcomes.info
## 513 PHOF http://www.phoutcomes.info
## 514 PHOF http://www.phoutcomes.info
## 515 PHOF http://www.phoutcomes.info
## 516 PHOF http://www.phoutcomes.info
## 517 PHOF http://www.phoutcomes.info
## 518 PHOF http://www.phoutcomes.info
## 519 PHOF http://www.phoutcomes.info
## 520 PHOF http://www.phoutcomes.info
## 521 PHOF http://www.phoutcomes.info
## 522 PHOF http://www.phoutcomes.info
## 523 PHOF http://www.phoutcomes.info
## 524 PHOF http://www.phoutcomes.info
## 525 PHOF http://www.phoutcomes.info
## 526 PHOF http://www.phoutcomes.info
## 527 PHOF http://www.phoutcomes.info
## 528 PHOF http://www.phoutcomes.info
## 529 PHOF http://www.phoutcomes.info
## 530 PHOF http://www.phoutcomes.info
## 531 PHOF http://www.phoutcomes.info
## 532 PHOF http://www.phoutcomes.info
## 533 PHOF http://www.phoutcomes.info
## 534 PHOF http://www.phoutcomes.info
## 535 PHOF http://www.phoutcomes.info
## 536 PHOF http://www.phoutcomes.info
## 537 PHOF http://www.phoutcomes.info
## 538 PHOF http://www.phoutcomes.info
## 539 PHOF http://www.phoutcomes.info
## 540 PHOF http://www.phoutcomes.info
## 541 PHOF http://www.phoutcomes.info
## 542 PHOF http://www.phoutcomes.info
## 543 PHOF http://www.phoutcomes.info
## 544 PHOF http://www.phoutcomes.info
## 545 PHOF http://www.phoutcomes.info
## 546 PHOF http://www.phoutcomes.info
## 547 PHOF http://www.phoutcomes.info
## 548 PHOF http://www.phoutcomes.info
## 549 PHOF http://www.phoutcomes.info
## 550 PHOF http://www.phoutcomes.info
## 551 PHOF http://www.phoutcomes.info
## 552 PHOF http://www.phoutcomes.info
## 553 PHOF http://www.phoutcomes.info
## 554 PHOF http://www.phoutcomes.info
## 555 PHOF http://www.phoutcomes.info
## 556 PHOF http://www.phoutcomes.info
## 557 PHOF http://www.phoutcomes.info
## 558 PHOF http://www.phoutcomes.info
## 559 PHOF http://www.phoutcomes.info
## 560 PHOF http://www.phoutcomes.info
## 561 PHOF http://www.phoutcomes.info
## 562 PHOF http://www.phoutcomes.info
## 563 PHOF http://www.phoutcomes.info
## 564 PHOF http://www.phoutcomes.info
## 565 PHOF http://www.phoutcomes.info
## 566 PHOF http://www.phoutcomes.info
## 567 PHOF http://www.phoutcomes.info
## 568 PHOF http://www.phoutcomes.info
## 569 PHOF http://www.phoutcomes.info
## 570 PHOF http://www.phoutcomes.info
## 571 PHOF http://www.phoutcomes.info
## 572 PHOF http://www.phoutcomes.info
## 573 PHOF http://www.phoutcomes.info
## 574 PHOF http://www.phoutcomes.info
## 575 PHOF http://www.phoutcomes.info
## 576 PHOF http://www.phoutcomes.info
## 577 PHOF http://www.phoutcomes.info
## 578 PHOF http://www.phoutcomes.info
## 579 PHOF http://www.phoutcomes.info
## 580 PHOF http://www.phoutcomes.info
## 581 PHOF http://www.phoutcomes.info
## 582 PHOF http://www.phoutcomes.info
## 583 PHOF http://www.phoutcomes.info
## 584 PHOF http://www.phoutcomes.info
## 585 PHOF http://www.phoutcomes.info
## 586 PHOF http://www.phoutcomes.info
## 587 PHOF http://www.phoutcomes.info
## 588 PHOF http://www.phoutcomes.info
## 589 PHOF http://www.phoutcomes.info
## 590 PHOF http://www.phoutcomes.info
## 591 PHOF http://www.phoutcomes.info
## 592 PHOF http://www.phoutcomes.info
## 593 PHOF http://www.phoutcomes.info
## 594 PHOF http://www.phoutcomes.info
## 595 PHOF http://www.phoutcomes.info
## 596 PHOF http://www.phoutcomes.info
## 597 PHOF http://www.phoutcomes.info
## 598 PHOF http://www.phoutcomes.info
## 599 PHOF http://www.phoutcomes.info
## 600 PHOF http://www.phoutcomes.info
## 601 PHOF http://www.phoutcomes.info
## 602 PHOF http://www.phoutcomes.info
## 603 PHOF http://www.phoutcomes.info
## 604 PHOF http://www.phoutcomes.info
## 605 PHOF http://www.phoutcomes.info
## 606 PHOF http://www.phoutcomes.info
## 607 PHOF http://www.phoutcomes.info
## 608 PHOF http://www.phoutcomes.info
## 609 PHOF http://www.phoutcomes.info
## 610 PHOF http://www.phoutcomes.info
## 611 PHOF http://www.phoutcomes.info
## 612 PHOF http://www.phoutcomes.info
## 613 PHOF http://www.phoutcomes.info
## 614 PHOF http://www.phoutcomes.info
## 615 PHOF http://www.phoutcomes.info
## 616 PHOF http://www.phoutcomes.info
## 617 PHOF http://www.phoutcomes.info
## 618 PHOF http://www.phoutcomes.info
## 619 PHOF http://www.phoutcomes.info
## 620 PHOF http://www.phoutcomes.info
## 621 PHOF http://www.phoutcomes.info
## 622 PHOF http://www.phoutcomes.info
## 623 PHOF http://www.phoutcomes.info
## 624 PHOF http://www.phoutcomes.info
## 625 PHOF http://www.phoutcomes.info
## 626 PHOF http://www.phoutcomes.info
## 627 PHOF http://www.phoutcomes.info
## 628 PHOF http://www.phoutcomes.info
## 629 PHOF http://www.phoutcomes.info
## 630 PHOF http://www.phoutcomes.info
## 631 PHOF http://www.phoutcomes.info
## 632 PHOF http://www.phoutcomes.info
## 633 PHOF http://www.phoutcomes.info
## 634 PHOF http://www.phoutcomes.info
## 635 PHOF http://www.phoutcomes.info
## 636 PHOF http://www.phoutcomes.info
## 637 PHOF http://www.phoutcomes.info
## 638 PHOF http://www.phoutcomes.info
## 639 PHOF http://www.phoutcomes.info
## 640 PHOF http://www.phoutcomes.info
## 641 PHOF http://www.phoutcomes.info
## 642 PHOF http://www.phoutcomes.info
## 643 PHOF http://www.phoutcomes.info
## 644 PHOF http://www.phoutcomes.info
## 645 PHOF http://www.phoutcomes.info
## 646 PHOF http://www.phoutcomes.info
## 647 PHOF http://www.phoutcomes.info
## 648 PHOF http://www.phoutcomes.info
## 649 PHOF http://www.phoutcomes.info
## 650 PHOF http://www.phoutcomes.info
## 651 PHOF http://www.phoutcomes.info
## 652 PHOF http://www.phoutcomes.info
## 653 PHOF http://www.phoutcomes.info
## 654 PHOF http://www.phoutcomes.info
## 655 PHOF http://www.phoutcomes.info
## 656 PHOF http://www.phoutcomes.info
## 657 PHOF http://www.phoutcomes.info
## 658 PHOF http://www.phoutcomes.info
## 659 PHOF http://www.phoutcomes.info
## 660 PHOF http://www.phoutcomes.info
## 661 PHOF http://www.phoutcomes.info
## 662 PHOF http://www.phoutcomes.info
## 663 PHOF http://www.phoutcomes.info
## 664 PHOF http://www.phoutcomes.info
## 665 PHOF http://www.phoutcomes.info
## 666 PHOF http://www.phoutcomes.info
## 667 PHOF http://www.phoutcomes.info
## 668 PHOF http://www.phoutcomes.info
## 669 PHOF http://www.phoutcomes.info
## 670 PHOF http://www.phoutcomes.info
## 671 PHOF http://www.phoutcomes.info
## 672 PHOF http://www.phoutcomes.info
## 673 PHOF http://www.phoutcomes.info
## 674 PHOF http://www.phoutcomes.info
## 675 PHOF http://www.phoutcomes.info
## 676 PHOF http://www.phoutcomes.info
## 677 PHOF http://www.phoutcomes.info
## 678 PHOF http://www.phoutcomes.info
## 679 PHOF http://www.phoutcomes.info
## 680 PHOF http://www.phoutcomes.info
## 681 PHOF http://www.phoutcomes.info
## 682 PHOF http://www.phoutcomes.info
## 683 PHOF http://www.phoutcomes.info
## 684 PHOF http://www.phoutcomes.info
## 685 PHOF http://www.phoutcomes.info
## 686 PHOF http://www.phoutcomes.info
## 687 PHOF http://www.phoutcomes.info
## 688 PHOF http://www.phoutcomes.info
## 689 PHOF http://www.phoutcomes.info
## 690 PHOF http://www.phoutcomes.info
## 691 PHOF http://www.phoutcomes.info
## 692 PHOF http://www.phoutcomes.info
## 693 PHOF http://www.phoutcomes.info
## 694 PHOF http://www.phoutcomes.info
## 695 PHOF http://www.phoutcomes.info
## 696 PHOF http://www.phoutcomes.info
## 697 PHOF http://www.phoutcomes.info
## 698 PHOF http://www.phoutcomes.info
## 699 PHOF http://www.phoutcomes.info
## 700 PHOF http://www.phoutcomes.info
## 701 PHOF http://www.phoutcomes.info
## 702 PHOF http://www.phoutcomes.info
## 703 PHOF http://www.phoutcomes.info
## 704 PHOF http://www.phoutcomes.info
## 705 PHOF http://www.phoutcomes.info
## 706 PHOF http://www.phoutcomes.info
## 707 PHOF http://www.phoutcomes.info
## 708 PHOF http://www.phoutcomes.info
## 709 PHOF http://www.phoutcomes.info
## 710 PHOF http://www.phoutcomes.info
## 711 PHOF http://www.phoutcomes.info
## 712 PHOF http://www.phoutcomes.info
## 713 PHOF http://www.phoutcomes.info
## 714 PHOF http://www.phoutcomes.info
## 715 PHOF http://www.phoutcomes.info
## 716 PHOF http://www.phoutcomes.info
## 717 PHOF http://www.phoutcomes.info
## 718 PHOF http://www.phoutcomes.info
## 719 PHOF http://www.phoutcomes.info
## 720 PHOF http://www.phoutcomes.info
## 721 PHOF http://www.phoutcomes.info
## 722 PHOF http://www.phoutcomes.info
## 723 PHOF http://www.phoutcomes.info
## 724 PHOF http://www.phoutcomes.info
## 725 PHOF http://www.phoutcomes.info
## 726 PHOF http://www.phoutcomes.info
## 727 PHOF http://www.phoutcomes.info
## 728 PHOF http://www.phoutcomes.info
## 729 PHOF http://www.phoutcomes.info
## 730 PHOF http://www.phoutcomes.info
## 731 PHOF http://www.phoutcomes.info
## 732 PHOF http://www.phoutcomes.info
## 733 PHOF http://www.phoutcomes.info
## 734 PHOF http://www.phoutcomes.info
## 735 PHOF http://www.phoutcomes.info
## 736 PHOF http://www.phoutcomes.info
## 737 PHOF http://www.phoutcomes.info
## 738 PHOF http://www.phoutcomes.info
## 739 PHOF http://www.phoutcomes.info
## 740 PHOF http://www.phoutcomes.info
## 741 PHOF http://www.phoutcomes.info
## 742 PHOF http://www.phoutcomes.info
## 743 PHOF http://www.phoutcomes.info
## 744 PHOF http://www.phoutcomes.info
## 745 PHOF http://www.phoutcomes.info
## 746 PHOF http://www.phoutcomes.info
## 747 PHOF http://www.phoutcomes.info
## 748 PHOF http://www.phoutcomes.info
## 749 PHOF http://www.phoutcomes.info
## 750 PHOF http://www.phoutcomes.info
## 751 PHOF http://www.phoutcomes.info
## 752 PHOF http://www.phoutcomes.info
## 753 PHOF http://www.phoutcomes.info
## 754 PHOF http://www.phoutcomes.info
## 755 PHOF http://www.phoutcomes.info
## 756 PHOF http://www.phoutcomes.info
## 757 PHOF http://www.phoutcomes.info
## 758 PHOF http://www.phoutcomes.info
## 759 PHOF http://www.phoutcomes.info
## 760 PHOF http://www.phoutcomes.info
## 761 PHOF http://www.phoutcomes.info
## 762 PHOF http://www.phoutcomes.info
## 763 PHOF http://www.phoutcomes.info
## 764 PHOF http://www.phoutcomes.info
## 765 PHOF http://www.phoutcomes.info
## 766 PHOF http://www.phoutcomes.info
## 767 PHOF http://www.phoutcomes.info
## 768 PHOF http://www.phoutcomes.info
## 769 PHOF http://www.phoutcomes.info
## 770 PHOF http://www.phoutcomes.info
## 771 PHOF http://www.phoutcomes.info
## 772 PHOF http://www.phoutcomes.info
## 773 PHOF http://www.phoutcomes.info
## 774 PHOF http://www.phoutcomes.info
## 775 PHOF http://www.phoutcomes.info
## 776 PHOF http://www.phoutcomes.info
## 777 PHOF http://www.phoutcomes.info
## 778 PHOF http://www.phoutcomes.info
## 779 PHOF http://www.phoutcomes.info
## 780 PHOF http://www.phoutcomes.info
## 781 PHOF http://www.phoutcomes.info
## 782 PHOF http://www.phoutcomes.info
## 783 PHOF http://www.phoutcomes.info
## 784 PHOF http://www.phoutcomes.info
## 785 PHOF http://www.phoutcomes.info
## 786 PHOF http://www.phoutcomes.info
## 787 PHOF http://www.phoutcomes.info
## 788 PHOF http://www.phoutcomes.info
## 789 PHOF http://www.phoutcomes.info
## 790 PHOF http://www.phoutcomes.info
## 791 PHOF http://www.phoutcomes.info
## 792 PHOF http://www.phoutcomes.info
## 793 PHOF http://www.phoutcomes.info
## 794 PHOF http://www.phoutcomes.info
## 795 PHOF http://www.phoutcomes.info
## 796 PHOF http://www.phoutcomes.info
## 797 PHOF http://www.phoutcomes.info
## 798 PHOF http://www.phoutcomes.info
## 799 PHOF http://www.phoutcomes.info
## 800 PHOF http://www.phoutcomes.info
## 801 PHOF http://www.phoutcomes.info
## 802 PHOF http://www.phoutcomes.info
## 803 PHOF http://www.phoutcomes.info
## 804 PHOF http://www.phoutcomes.info
## 805 PHOF http://www.phoutcomes.info
## 806 PHOF http://www.phoutcomes.info
## 807 PHOF http://www.phoutcomes.info
lp2 %>%
filter(str_detect(name, "PHOF")) %>%
filter(p2 == "domain") %>%
group_by(p3) %>%
select(date, p2, p3, pageviews, name) %>%
summarise(pages = sum(pageviews)) %>%
arrange(-pages) %>%
slice(1:4)
## # A tibble: 4 × 2
## p3 pages
## <chr> <int>
## 1 2 2321
## 2 4 2051
## 3 3 1402
## 4 5 923