Data manipulation is a crucial skill for any data analyst or scientist working with R. One of the most powerful tools in the tidyverse ecosystem is the `mutate()` function from the dplyr package. When combined with pipe operations, `mutate()` becomes an even more efficient way to transform your data. In this post, we'll explore how to use `mutate()` within a pipe to create new variables or modify existing ones. ## What is `mutate()`? The `mutate()` function allows you to add new variables to your data frame or modify existing ones. It's part of the dplyr package and works seamlessly with pipe operations, making your code more readable and efficient. ## Using `mutate()` in a Pipe Here's a simple example of how to use `mutate()` within a pipe: ```R library(dplyr) # Sample data df <- data.frame( name = c("Alice", "Bob", "Charlie"), age = c(25, 30, 35), salary = c(50000, 60000, 70000) ) # Using mutate() in a pipe df %>% mutate(salary_increase = salary * 1.1, age_group = ifelse(age < 30, "Young", "Mature")) ``` In this example, we're doing two things: 1. Creating a new variable `salary_increase` by multiplying the existing `salary` by 1.1 (a 10% increase). 2. Adding an `age_group` variable based on a condition using `ifelse()`. The beauty of using `mutate()` in a pipe is that you can chain multiple operations together. For instance: ```R df %>% mutate(salary_increase = salary * 1.1) %>% mutate(age_group = ifelse(age < 30, "Young", "Mature")) %>% mutate(bonus = ifelse(age_group == "Young", 1000, 500)) ``` This creates a new variable in each step, building on the previous calculations. ## Tips for Using `mutate()` Effectively 1. **Multiple Operations**: You can perform multiple operations within a single `mutate()` call by separating them with commas. 2. **Using Newly Created Variables**: Within the same `mutate()` call, you can refer to variables you've just created. 3. **Conditional Mutations**: Use `ifelse()` or `case_when()` for more complex conditional mutations. 4. **Overwriting Variables**: If you use an existing variable name, `mutate()` will overwrite that variable with the new values. By mastering `mutate()` and incorporating it into your pipe operations, you'll be able to transform your data more efficiently and write cleaner, more readable code. Happy data wrangling! 
author | snippets |
---|---|
permlink | mastering-data-manipulation-using-mutate-in-r-pipe-operations |
category | hive-138200 |
json_metadata | {"app":"peakd/2024.9.20","format":"markdown","tags":["leofinance","proofofbrain","education","stemsocial","rstats","development"],"users":[],"image":["https://files.peakd.com/file/peakd-hive/snippets/AKNMuVqPrNWuLjdyxwLdzm99obv1dcnZWufeJdBoWwecd9UBvGxERepophy4Epu.png"]} |
created | 2024-10-20 12:53:00 |
last_update | 2024-10-20 12:53:00 |
depth | 0 |
children | 2 |
last_payout | 2024-10-27 12:53:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.680 HBD |
curator_payout_value | 0.649 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2,528 |
author_reputation | 801,725,525,485 |
root_title | "Mastering Data Manipulation: Using `mutate()` in R Pipe Operations" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 137,961,391 |
net_rshares | 4,941,359,326,109 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
drifter1 | 0 | 908,584,656 | 2.5% | ||
kevinwong | 0 | 1,014,384,871 | 0.5% | ||
eric-boucher | 0 | 13,239,824,839 | 2.5% | ||
juanmiguelsalas | 0 | 1,074,621,878 | 1.5% | ||
kaylinart | 0 | 1,242,505,038 | 2.5% | ||
jacor | 0 | 1,439,951,841 | 2.5% | ||
cloh76 | 0 | 3,498,354,848 | 2.5% | ||
fiveboringgames | 0 | 2,906,374,110 | 61% | ||
joshglen | 0 | 687,833,381 | 5% | ||
lemouth | 0 | 88,806,137,833 | 3% | ||
netaterra | 0 | 27,542,177,046 | 2.5% | ||
alaqrab | 0 | 464,503,199 | 2.5% | ||
tfeldman | 0 | 4,772,408,615 | 2.5% | ||
lk666 | 0 | 1,936,953,067 | 2.5% | ||
cnfund | 0 | 10,962,554,625 | 5% | ||
boxcarblue | 0 | 13,215,617,323 | 2.5% | ||
justyy | 0 | 37,354,883,959 | 5% | ||
michelle.gent | 0 | 3,102,056,452 | 1% | ||
curie | 0 | 282,631,071,001 | 5% | ||
modernzorker | 0 | 2,254,501,537 | 3.5% | ||
tristancarax | 0 | 650,127,408 | 2.5% | ||
yadamaniart | 0 | 4,152,841,410 | 2.5% | ||
bigtakosensei | 0 | 1,368,466,585 | 1.25% | ||
metroair | 0 | 22,966,942,209 | 5% | ||
driptorchpress | 0 | 2,001,183,030 | 1.25% | ||
boynashruddin | 0 | 668,002,907 | 5% | ||
torkot | 0 | 788,017,367 | 2.5% | ||
steemiteducation | 0 | 32,841,026,366 | 61% | ||
dhimmel | 0 | 38,656,811,213 | 1.75% | ||
detlev | 0 | 29,189,112,131 | 1.5% | ||
chasmic-cosm | 0 | 763,418,369 | 2.5% | ||
dune69 | 0 | 1,984,491,867 | 5% | ||
federacion45 | 0 | 6,302,481,520 | 2.5% | ||
amberyooper | 0 | 602,856,223 | 2.5% | ||
gamersclassified | 0 | 4,539,305,019 | 2.5% | ||
forykw | 0 | 26,021,888,394 | 2.5% | ||
mobbs | 0 | 15,515,154,487 | 5% | ||
eliel | 0 | 1,156,814,217 | 5% | ||
jerrybanfield | 0 | 17,291,500,711 | 5% | ||
rt395 | 0 | 2,298,789,740 | 1.5% | ||
bitrocker2020 | 0 | 10,804,946,845 | 1% | ||
sustainablyyours | 0 | 1,469,993,161 | 2.5% | ||
arunava | 0 | 14,563,060,182 | 2% | ||
cindycam | 0 | 1,507,037,184 | 50% | ||
deisip67 | 0 | 975,216,614 | 20% | ||
juancar347 | 0 | 17,016,771,682 | 2.5% | ||
schoolforsdg4 | 0 | 568,152,557 | 5% | ||
samminator | 0 | 1,662,613,205 | 1.5% | ||
roseri | 0 | 2,294,868,427 | 50% | ||
dkmathstats | 0 | 15,562,543,543 | 100% | ||
zerotoone | 0 | 989,579,701 | 2.5% | ||
enjar | 0 | 46,688,793,825 | 4.5% | ||
aboutyourbiz | 0 | 841,495,815 | 5% | ||
oscarcede | 0 | 1,458,737,220 | 12.2% | ||
dandesign86 | 0 | 17,339,196,939 | 8% | ||
jayna | 0 | 7,080,423,355 | 1% | ||
hhayweaver | 0 | 907,012,536 | 1.25% | ||
finkistinger | 0 | 722,281,142 | 2.5% | ||
joeyarnoldvn | 0 | 460,743,629 | 1.47% | ||
decomoescribir | 0 | 751,223,791 | 2.5% | ||
diabolika | 0 | 922,013,641 | 2.5% | ||
affiedalfayed | 0 | 2,889,495,581 | 24.4% | ||
pipiczech | 0 | 2,297,278,676 | 5% | ||
empath | 0 | 4,370,483,488 | 2.5% | ||
minnowbooster | 0 | 41,005,417,062 | 1% | ||
felt.buzz | 0 | 7,571,050,894 | 1.25% | ||
neumannsalva | 0 | 4,500,276,236 | 2.5% | ||
stayoutoftherz | 0 | 135,528,266,185 | 1.25% | ||
coindevil | 0 | 2,639,633,696 | 4% | ||
mhel | 0 | 495,528,203 | 1% | ||
investingpennies | 0 | 13,912,391,844 | 5% | ||
pepskaram | 0 | 522,283,614 | 2.5% | ||
sunisa | 0 | 473,887,521 | 2.5% | ||
zyx066 | 0 | 3,184,747,972 | 1.5% | ||
chrisdavidphoto | 0 | 1,144,079,980 | 1.5% | ||
guada1 | 0 | 978,764,666 | 30.5% | ||
revo | 0 | 10,496,460,070 | 5% | ||
rocky1 | 0 | 703,971,043,807 | 0.75% | ||
stickchumpion | 0 | 949,725,944 | 2.5% | ||
aidefr | 0 | 486,379,531 | 2.5% | ||
torico | 0 | 1,386,191,042 | 1.65% | ||
masterwu | 0 | 2,107,587,779 | 18.3% | ||
therealwolf | 0 | 30,048,158,210 | 2.5% | ||
amphlux | 0 | 1,729,784,731 | 2.5% | ||
minnowpowerup | 0 | 817,115,828 | 2.5% | ||
cryptononymous | 0 | 1,798,859,041 | 2.5% | ||
litzney | 0 | 583,714,887 | 30.5% | ||
meno | 0 | 32,508,418,971 | 2.5% | ||
buttcoins | 0 | 4,498,145,444 | 1% | ||
isnochys | 0 | 11,202,163,005 | 5% | ||
steemed-proxy | 0 | 936,882,837,815 | 5% | ||
peaceandwar | 0 | 776,470,513 | 2.5% | ||
marcoriccardi | 0 | 861,712,826 | 5% | ||
bartosz546 | 0 | 8,909,231,187 | 2.5% | ||
tazbaz | 0 | 503,087,136 | 2.5% | ||
teacherspet | 0 | 221,712,984 | 100% | ||
battebilly | 0 | 935,017,704 | 2.5% | ||
dejan.vuckovic | 0 | 991,788,771 | 1% | ||
myach | 0 | 860,126,530 | 4% | ||
sunsea | 0 | 5,890,516,295 | 2.5% | ||
mejustandrew | 0 | 740,566,171 | 2.5% | ||
bluefinstudios | 0 | 3,774,082,089 | 1.5% | ||
steveconnor | 0 | 4,551,411,646 | 2.5% | ||
misterbob | 0 | 530,080,001 | 30.5% | ||
zmx | 0 | 574,948,720 | 2.5% | ||
smartsteem | 0 | 116,783,481,419 | 2.5% | ||
afifa | 0 | 762,791,215 | 10% | ||
skycae | 0 | 634,646,278 | 5% | ||
kenadis | 0 | 635,745,040 | 2.5% | ||
onemedia | 0 | 1,055,039,865 | 5% | ||
adelepazani | 0 | 2,362,520,540 | 1% | ||
danaedwards | 0 | 557,684,879 | 5% | ||
sco | 0 | 579,431,594 | 2% | ||
phgnomo | 0 | 810,649,301 | 2.5% | ||
gordon92 | 0 | 801,411,843 | 2.5% | ||
stahlberg | 0 | 1,137,749,954 | 2.5% | ||
gabrielatravels | 0 | 2,745,244,518 | 1.75% | ||
cordeta | 0 | 959,528,831 | 5% | ||
carn | 0 | 930,889,121 | 4.5% | ||
fineartnow | 0 | 3,547,635,849 | 2.5% | ||
irisworld | 0 | 653,991,870 | 2.5% | ||
oscarina | 0 | 740,881,526 | 10% | ||
yoghurt | 0 | 576,511,603 | 5% | ||
aiziqi | 0 | 1,085,444,595 | 5% | ||
shinedojo | 0 | 530,718,572 | 5% | ||
bennettitalia | 0 | 1,886,706,142 | 2.5% | ||
jigstrike | 0 | 793,077,635 | 2.5% | ||
baycan | 0 | 1,068,477,783 | 2.5% | ||
ahmedsy | 0 | 1,695,567,074 | 5% | ||
neneandy | 0 | 5,763,252,419 | 5% | ||
marc-allaria | 0 | 3,115,468,693 | 2.5% | ||
mashiliyanage | 0 | 905,818,655 | 30.5% | ||
pandasquad | 0 | 14,049,829,833 | 5% | ||
tobias-g | 0 | 9,425,141,974 | 5% | ||
mproxima | 0 | 2,668,805,662 | 2.5% | ||
didic | 0 | 1,711,191,053 | 2.5% | ||
nwjordan | 0 | 754,144,534 | 5% | ||
photohunt | 0 | 2,896,370,973 | 5% | ||
ejlo3310 | 0 | 1,708,667,830 | 30.5% | ||
atomcollector | 0 | 822,759,041 | 1.25% | ||
takowi | 0 | 100,398,742,864 | 5% | ||
irgendwo | 0 | 21,164,363,203 | 5% | ||
kieranstone | 0 | 1,460,936,696 | 1.65% | ||
bernardino | 0 | 415,860,120 | 2.5% | ||
melvin7 | 0 | 8,433,062,256 | 2.5% | ||
russellstockley | 0 | 1,446,006,319 | 1.25% | ||
jjerryhan | 0 | 6,207,960,197 | 2.5% | ||
zipporah | 0 | 2,584,336,037 | 1% | ||
leomarylm | 0 | 612,645,011 | 2.5% | ||
positiveninja | 0 | 1,041,814,191 | 2.5% | ||
foxyspirit | 0 | 473,289,728 | 2.5% | ||
bscrypto | 0 | 14,465,561,268 | 2.5% | ||
bil.prag | 0 | 2,562,794,667 | 0.25% | ||
vcclothing | 0 | 2,742,424,172 | 1.5% | ||
sanderjansenart | 0 | 5,271,109,434 | 2.5% | ||
vittoriozuccala | 0 | 1,091,486,556 | 2.5% | ||
qberry | 0 | 3,771,642,590 | 2.5% | ||
frissonsteemit | 0 | 1,142,891,659 | 2.5% | ||
broncofan99 | 0 | 11,992,675,333 | 20% | ||
greddyforce | 0 | 4,364,657,555 | 1.85% | ||
flyerchen | 0 | 1,227,772,751 | 2.5% | ||
melbourneswest | 0 | 2,767,015,077 | 2.5% | ||
c0wtschpotato | 0 | 528,915,546 | 2.5% | ||
therising | 0 | 87,907,473,918 | 5% | ||
cryptocoinkb | 0 | 1,914,286,170 | 2.5% | ||
me2selah | 0 | 870,236,179 | 2.5% | ||
mariusfebruary | 0 | 734,756,324 | 2% | ||
outtheshellvlog | 0 | 808,728,780 | 2.5% | ||
softa | 0 | 3,917,856,396 | 1% | ||
indigoocean | 0 | 1,199,394,946 | 2.5% | ||
apteacher | 0 | 1,489,429,806 | 12.2% | ||
steem.services | 0 | 949,761,610 | 1% | ||
bushradio | 0 | 635,949,810 | 5% | ||
aceaeterna | 0 | 2,968,340,584 | 30.5% | ||
pladozero | 0 | 31,735,961,354 | 10% | ||
minerthreat | 0 | 3,834,838,010 | 2.5% | ||
millibot | 0 | 3,289,656,609 | 44.71% | ||
doctor-cog-diss | 0 | 1,868,320,914 | 2% | ||
uche-nna | 0 | 6,554,584,330 | 4% | ||
cheese4ead | 0 | 3,546,583,512 | 2.5% | ||
talentclub | 0 | 3,247,333,641 | 2.5% | ||
leilanyarevalo | 0 | 554,282,628 | 30% | ||
ilovecryptopl | 0 | 773,846,681 | 4% | ||
bflanagin | 0 | 2,408,849,864 | 2.5% | ||
armandosodano | 0 | 7,050,208,390 | 2.5% | ||
melor9 | 0 | 573,092,731 | 2.5% | ||
yayan | 0 | 495,942,845 | 2.5% | ||
goblinknackers | 0 | 79,879,193,309 | 7% | ||
anttn | 0 | 2,468,141,916 | 2.5% | ||
vixmemon | 0 | 1,551,147,214 | 3.75% | ||
yaelg | 0 | 976,976,638 | 1.5% | ||
kylealex | 0 | 5,335,713,050 | 10% | ||
oswaldotorres | 0 | 808,286,533 | 2.5% | ||
edu-venezuela | 0 | 7,959,506,825 | 100% | ||
thelittlebank | 0 | 38,718,030,314 | 2.5% | ||
javyeslava.photo | 0 | 492,159,630 | 2% | ||
cliffagreen | 0 | 5,326,252,530 | 10% | ||
palasatenea | 0 | 3,280,865,866 | 2.5% | ||
the.success.club | 0 | 2,696,372,566 | 2.5% | ||
merlin7 | 0 | 9,994,295,784 | 5% | ||
kristall97 | 0 | 732,783,548 | 100% | ||
followjohngalt | 0 | 16,983,380,333 | 5% | ||
steemcryptosicko | 0 | 8,541,278,145 | 1% | ||
certain | 0 | 2,076,789,440 | 0.6% | ||
michealb | 0 | 11,161,085,345 | 2.5% | ||
multifacetas | 0 | 2,329,902,899 | 2.5% | ||
witkowskipawel | 0 | 848,275,044 | 2.5% | ||
autobodhi | 0 | 943,674,164 | 5% | ||
double-negative | 0 | 525,270,612 | 20% | ||
steemegg | 0 | 1,045,037,569 | 2.5% | ||
ragnarhewins90 | 0 | 464,712,141 | 10% | ||
edithbdraw | 0 | 747,905,489 | 2.5% | ||
hairgistix | 0 | 2,997,699,354 | 2.5% | ||
instagram-models | 0 | 12,526,311,218 | 2.5% | ||
bluemaskman | 0 | 580,312,637 | 2.5% | ||
steemean | 0 | 10,088,503,374 | 5% | ||
proxy-pal | 0 | 1,145,479,938 | 5% | ||
historiasamorlez | 0 | 528,940,309 | 2.5% | ||
cryptofiloz | 0 | 8,042,491,782 | 5% | ||
dawnoner | 0 | 2,129,363,618 | 0.5% | ||
epicdice | 0 | 1,716,833,414 | 1.5% | ||
iamsaray | 0 | 887,345,068 | 2.5% | ||
endersong | 0 | 570,911,474 | 4% | ||
beerlover | 0 | 1,899,348,471 | 1.5% | ||
newtrailers | 0 | 1,023,859,913 | 5% | ||
qwerrie | 0 | 4,666,253,962 | 0.37% | ||
tggr | 0 | 1,419,969,051 | 2.5% | ||
aicu | 0 | 1,109,962,372 | 5% | ||
janasilver | 0 | 0 | -100% | ||
h-hamilton | 0 | 1,070,248,784 | 2.5% | ||
tiffin | 0 | 42,203,294,615 | 5% | ||
reggaesteem | 0 | 493,072,736 | 5% | ||
aicoding | 0 | 527,007,558 | 2.5% | ||
knightsunited | 0 | 794,808,046 | 5% | ||
baltai | 0 | 6,002,330,879 | 2.5% | ||
therealyme | 0 | 1,974,496,850 | 0.37% | ||
chris-uk | 0 | 783,428,035 | 2.5% | ||
machan | 0 | 675,413,698 | 2.5% | ||
ibt-survival | 0 | 14,387,215,404 | 10% | ||
steemdiamond | 0 | 668,708,640 | 5% | ||
bilpcoinbpc | 0 | 1,136,462,854 | 5% | ||
hive-199963 | 0 | 4,209,339,015 | 5% | ||
krisconkr | 0 | 521,075,602 | 2.5% | ||
education-hive | 0 | 12,734,611,345 | 100% | ||
the100 | 0 | 618,692,113 | 2.5% | ||
hiveonboard | 0 | 1,332,811,838 | 2.5% | ||
hivelist | 0 | 2,302,373,012 | 1.5% | ||
quinnertronics | 0 | 11,053,312,627 | 7% | ||
anafae | 0 | 621,369,039 | 1% | ||
keco | 0 | 791,963,023 | 1.25% | ||
issymarie2 | 0 | 525,642,928 | 1.25% | ||
sevenoh-fiveoh | 0 | 1,122,819,878 | 2.5% | ||
visualartist | 0 | 605,135,962 | 2.5% | ||
altleft | 0 | 24,883,593,804 | 0.05% | ||
noalys | 0 | 795,245,923 | 2.5% | ||
borniet | 0 | 1,252,272,986 | 2.5% | ||
evagavilan2 | 0 | 727,481,344 | 1.25% | ||
cosplay.hadr | 0 | 1,209,616,867 | 5% | ||
hadrgames | 0 | 1,247,415,252 | 5% | ||
meritocracy | 0 | 56,641,119,799 | 0.5% | ||
dcrops | 0 | 28,871,692,871 | 2.5% | ||
rondonshneezy | 0 | 481,470,811 | 2.5% | ||
zanoz | 0 | 1,181,650,100 | 2.5% | ||
whywhy | 0 | 1,668,751,254 | 1.4% | ||
yozen | 0 | 5,455,047,529 | 2.5% | ||
esmeesmith | 0 | 2,577,812,397 | 2.5% | ||
traderhive | 0 | 915,389,928 | 5% | ||
cryptosneeze | 0 | 1,148,460,878 | 2.5% | ||
tawadak24 | 0 | 3,809,830,256 | 2.5% | ||
ausbit.dev | 0 | 497,162,202 | 2.5% | ||
elgatoshawua | 0 | 788,870,092 | 2.5% | ||
limn | 0 | 795,757,806 | 2.5% | ||
dodovietnam | 0 | 513,579,730 | 2.5% | ||
failingforwards | 0 | 3,184,172,071 | 2.5% | ||
drricksanchez | 0 | 14,114,940,578 | 2.5% | ||
trippymane | 0 | 1,687,834,911 | 5% | ||
nfttunz | 0 | 8,518,004,743 | 0.5% | ||
okluvmee | 0 | 4,523,987,155 | 2.5% | ||
atexoras.pub | 0 | 1,382,751,817 | 2.5% | ||
holovision.cash | 0 | 3,648,466,392 | 100% | ||
mirteg | 0 | 682,148,832 | 5% | ||
davidbright | 0 | 885,929,637 | 2.5% | ||
jessicaossom | 0 | 1,048,071,895 | 2.5% | ||
drhueso | 0 | 1,293,001,191 | 2.5% | ||
asderhz | 0 | 441,747,138 | 2.5% | ||
jaydr | 0 | 689,252,694 | 2.5% | ||
kalivankush | 0 | 700,735,669 | 2.5% | ||
seinkalar | 0 | 1,778,586,006 | 5% | ||
tanzil2024 | 0 | 1,497,389,199 | 1% | ||
instamental | 0 | 467,554,990 | 2.5% | ||
aries90 | 0 | 42,024,540,479 | 5% | ||
rencongland | 0 | 547,139,394 | 2.5% | ||
acantoni | 0 | 598,165,509 | 2.5% | ||
blingit | 0 | 3,464,787,829 | 2.5% | ||
mcsherriff | 0 | 544,885,576 | 5% | ||
adrianalara | 0 | 519,276,187 | 2.5% | ||
h3m4n7 | 0 | 534,314,937 | 2.5% | ||
yixn | 0 | 12,082,423,297 | 2.5% | ||
academician | 0 | 760,003,991,950 | 100% | ||
aichanbot | 0 | 1,822,472,842 | 5% | ||
newilluminati | 0 | 14,170,807,867 | 2.5% | ||
noctury | 0 | 1,974,622,450 | 2.5% | ||
albuslucimus | 0 | 749,030,560 | 0.5% | ||
vindiesel1980 | 0 | 7,590,294,506 | 2.5% | ||
asado | 0 | 990,420,914 | 2.5% | ||
lukasbachofner | 0 | 4,219,101,559 | 2.5% | ||
allentaylor | 0 | 1,107,148,356 | 2.5% | ||
benwickenton | 0 | 2,436,566,094 | 5% | ||
annabeth | 0 | 750,986,260 | 5% | ||
blackdaisyft | 0 | 19,925,747,435 | 50% | ||
henrietta27 | 0 | 694,841,890 | 2.5% | ||
balabambuz | 0 | 643,491,190 | 2.5% | ||
drivingindevon | 0 | 1,507,658,766 | 4% | ||
prosocialise | 0 | 11,531,975,472 | 2.5% | ||
archangel21 | 0 | 8,643,088,089 | 5% | ||
shawnnft | 0 | 751,822,113 | 0.5% | ||
belug | 0 | 6,161,799,942 | 1.5% | ||
gamemapmaker | 0 | 916,860,265 | 30.5% | ||
baboz | 0 | 1,342,540,727 | 1.25% | ||
hk-curation | 0 | 5,269,087,108 | 3.5% | ||
llunasoul | 0 | 675,278,216 | 1.11% | ||
growandbow | 0 | 14,085,874,835 | 1.11% | ||
acgalarza | 0 | 3,853,653,553 | 1% | ||
justfavour | 0 | 2,063,274,990 | 2.5% | ||
oasiskp2 | 0 | 802,441,063 | 5% | ||
jijisaurart | 0 | 2,437,010,846 | 2.5% | ||
wasined | 0 | 599,372,399 | 5% | ||
clpacksperiment | 0 | 2,305,357,081 | 2.5% | ||
the-burn | 0 | 1,521,659,455 | 2.5% | ||
ambicrypto | 0 | 2,733,737,538 | 5% | ||
humbe | 0 | 7,968,607,771 | 2% | ||
abu78 | 0 | 795,371,466 | 2.5% | ||
jesus-son | 0 | 1,778,810,982 | 2.5% | ||
whitneyalexx | 0 | 739,260,163 | 2.5% | ||
catrynart | 0 | 587,403,856 | 2.5% | ||
hikergirl | 0 | 576,268,321 | 2.5% | ||
the-lead | 0 | 1,110,200,588 | 2.5% | ||
lettinggotech | 0 | 1,160,687,098 | 2.5% | ||
team-alpha | 0 | 572,768,124 | 0.5% | ||
rhemagames | 0 | 4,852,125,969 | 2.5% | ||
kryptof | 0 | 12,804,820,896 | 15% | ||
dev.maverick | 0 | 1,443,367,377 | 5% | ||
hecatonquirox | 0 | 449,567,534 | 5% | ||
sagarkothari | 0 | 18,382,344,780 | 2.5% |
***Su publicación ha sido votada por @Edu-venezuela, se trasladará a otros proyectos de curación para obtener más apoyo. ¡Continúe con el buen trabajo!*** 
author | edu-venezuela |
---|---|
permlink | slokbs |
category | hive-138200 |
json_metadata | {"users":["edu-venezuela"],"image":["https://images.hive.blog/DQmZYqsxv3ZPhkd51TXFseiW6Hf3CrTDbHVqQevX4sBbVEE/image.png"],"app":"hiveblog/0.1"} |
created | 2024-10-21 00:35:54 |
last_update | 2024-10-21 00:35:54 |
depth | 1 |
children | 0 |
last_payout | 2024-10-28 00:35:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.052 HBD |
curator_payout_value | 0.053 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 252 |
author_reputation | 205,420,027,466,654 |
root_title | "Mastering Data Manipulation: Using `mutate()` in R Pipe Operations" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 137,970,316 |
net_rshares | 391,591,712,551 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
snippets | 0 | 391,591,712,551 | 100% |
Congratulations @snippets! You have completed the following achievement on the Hive blockchain And have been rewarded with New badge(s) <table><tr><td><img src="https://images.hive.blog/60x70/https://hivebuzz.me/@snippets/upvoted.png?202410210346"></td><td>You received more than 1250 upvotes.<br>Your next target is to reach 1500 upvotes.</td></tr> </table> <sub>_You can view your badges on [your board](https://hivebuzz.me/@snippets) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>
author | hivebuzz |
---|---|
permlink | notify-1729482926 |
category | hive-138200 |
json_metadata | {"image":["https://hivebuzz.me/notify.t6.png"]} |
created | 2024-10-21 03:55:27 |
last_update | 2024-10-21 03:55:27 |
depth | 1 |
children | 0 |
last_payout | 2024-10-28 03:55:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 628 |
author_reputation | 369,386,340,709,685 |
root_title | "Mastering Data Manipulation: Using `mutate()` in R Pipe Operations" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 137,972,541 |
net_rshares | 0 |